Home
last modified time | relevance | path

Searched refs:fd_flags (Results 1 – 1 of 1) sorted by relevance

/art/artd/
Dartd_test.cc267 MATCHER_P(HasKeepFdsForImpl, fd_flags, "") {
272 for (std::string_view fd_flag : fd_flags) {
290 std::vector<std::string_view> fd_flags; in HasKeepFdsFor() local
291 Append(fd_flags, std::forward<Args>(args)...); in HasKeepFdsFor()
292 return HasKeepFdsForImpl(fd_flags); in HasKeepFdsFor()