Searched refs:close_fd (Results 1 – 9 of 9) sorted by relevance
/external/chromium/sdch/open-vcdiff/src/gtest/ |
D | gtest-death-test.cc | 543 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/ |
D | gtest-death-test.cc | 832 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/ |
D | gtest-death-test.cc | 832 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/ |
D | gtest-death-test.cc | 880 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/ |
D | gtest-death-test.cc | 880 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/ |
D | gtest-death-test.cc | 880 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/ |
D | gtest-death-test.cc | 879 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/ |
D | jobs.c | 385 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/ |
D | gmock_gtest_all.cc | 7077 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()
|