Home
last modified time | relevance | path

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

/external/chromium/sdch/open-vcdiff/src/gtest/
Dgtest-death-test.cc543 int close_fd; // File descriptor to close; the read end of a pipe member
549 GTEST_DEATH_TEST_CHECK_SYSCALL(close(args->close_fd)); in ExecDeathTestChildMain()
573 static pid_t ExecDeathTestFork(char* const* argv, int close_fd) { in ExecDeathTestFork() argument
581 ExecDeathTestArgs args = { argv, close_fd }; in ExecDeathTestFork()
/external/open-vcdiff/gtest/src/
Dgtest-death-test.cc832 int close_fd; // File descriptor to close; the read end of a pipe member
854 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd)); in ExecDeathTestChildMain()
900 static pid_t ExecDeathTestFork(char* const* argv, int close_fd) { in ExecDeathTestFork() argument
901 ExecDeathTestArgs args = { argv, close_fd }; in ExecDeathTestFork()
/external/protobuf/gtest/src/
Dgtest-death-test.cc832 int close_fd; // File descriptor to close; the read end of a pipe member
854 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd)); in ExecDeathTestChildMain()
900 static pid_t ExecDeathTestFork(char* const* argv, int close_fd) { in ExecDeathTestFork() argument
901 ExecDeathTestArgs args = { argv, close_fd }; in ExecDeathTestFork()
/external/gtest/src/
Dgtest-death-test.cc880 int close_fd; // File descriptor to close; the read end of a pipe member
902 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd)); in ExecDeathTestChildMain()
953 static pid_t ExecDeathTestFork(char* const* argv, int close_fd) { in ExecDeathTestFork() argument
954 ExecDeathTestArgs args = { argv, close_fd }; in ExecDeathTestFork()
/external/chromium/testing/gtest/src/
Dgtest-death-test.cc880 int close_fd; // File descriptor to close; the read end of a pipe member
902 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd)); in ExecDeathTestChildMain()
948 static pid_t ExecDeathTestFork(char* const* argv, int close_fd) { in ExecDeathTestFork() argument
949 ExecDeathTestArgs args = { argv, close_fd }; in ExecDeathTestFork()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-death-test.cc880 int close_fd; // File descriptor to close; the read end of a pipe member
902 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd)); in ExecDeathTestChildMain()
953 static pid_t ExecDeathTestFork(char* const* argv, int close_fd) { in ExecDeathTestFork() argument
954 ExecDeathTestArgs args = { argv, close_fd }; in ExecDeathTestFork()
/external/llvm/utils/unittest/googletest/
Dgtest-death-test.cc879 int close_fd; // File descriptor to close; the read end of a pipe member
901 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd)); in ExecDeathTestChildMain()
952 static pid_t ExecDeathTestFork(char* const* argv, int close_fd) { in ExecDeathTestFork() argument
953 ExecDeathTestArgs args = { argv, close_fd }; in ExecDeathTestFork()
/external/mksh/src/
Djobs.c385 int close_fd) in exchild() argument
500 if (close_fd >= 0 && (((flags & XPCLOSE) && cldpid) || in exchild()
502 close(close_fd); in exchild()
/external/ceres-solver/internal/ceres/
Dgmock_gtest_all.cc7077 int close_fd; // File descriptor to close; the read end of a pipe member
7099 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd)); in ExecDeathTestChildMain()
7150 static pid_t ExecDeathTestFork(char* const* argv, int close_fd) { in ExecDeathTestFork() argument
7151 ExecDeathTestArgs args = { argv, close_fd }; in ExecDeathTestFork()