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

/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-death-test.cc1042 int fd_flags; local in function:testing::internal::ExecDeathTestSpawnChild
1044 GTEST_DEATH_TEST_CHECK_SYSCALL_(fd_flags = fcntl(close_fd, F_GETFD));
1046 fd_flags | FD_CLOEXEC));
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-death-test.cc1335 int fd_flags; local in function:testing::internal::ExecDeathTestSpawnChild
1337 GTEST_DEATH_TEST_CHECK_SYSCALL_(fd_flags = fcntl(close_fd, F_GETFD));
1339 fd_flags | FD_CLOEXEC));

Completed in 6 milliseconds