Searched refs:has_fd (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/utest/spawn/
H A Dchild.c18 static bool has_fd(int fd) { function
67 bool has_stdio = has_fd(0) || has_fd(1) || has_fd(2);
138 return has_fd(21) && !has_fd(22) ? 71 : -1;
140 return has_fd(21) && !has_fd(22) ? 72 : -2;
142 return has_fd(21) && has_fd(2
[all...]
H A Dspawn.cpp24 static bool has_fd(int fd) { function
319 EXPECT_TRUE(has_fd(fd));
341 EXPECT_FALSE(has_fd(fd));
364 EXPECT_FALSE(has_fd(fd));

Completed in 82 milliseconds