Searched defs:close_fd (Results 1 - 6 of 6) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-death-test.cc543 int close_fd; // File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
549 GTEST_DEATH_TEST_CHECK_SYSCALL(close(args->close_fd));
573 static pid_t ExecDeathTestFork(char* const* argv, int close_fd) { argument
581 ExecDeathTestArgs args = { argv, close_fd };
/external/mksh/src/
H A Djobs.c379 int close_fd)
493 if (close_fd >= 0 && (((flags & XPCLOSE) && cldpid) ||
495 close(close_fd);
376 exchild(struct op *t, int flags, volatile int *xerrok, int close_fd) argument
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc832 int close_fd; // File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
854 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd));
900 static pid_t ExecDeathTestFork(char* const* argv, int close_fd) { argument
901 ExecDeathTestArgs args = { argv, close_fd };
/external/chromium/testing/gtest/src/
H A Dgtest-death-test.cc880 int close_fd; // File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
902 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd));
948 static pid_t ExecDeathTestFork(char* const* argv, int close_fd) { argument
949 ExecDeathTestArgs args = { argv, close_fd };
/external/gtest/src/
H A Dgtest-death-test.cc880 int close_fd; // File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
902 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd));
953 static pid_t ExecDeathTestFork(char* const* argv, int close_fd) { argument
954 ExecDeathTestArgs args = { argv, close_fd };
/external/llvm/utils/unittest/googletest/
H A Dgtest-death-test.cc879 int close_fd; // File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
901 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd));
952 static pid_t ExecDeathTestFork(char* const* argv, int close_fd) { argument
953 ExecDeathTestArgs args = { argv, close_fd };

Completed in 336 milliseconds