HomeSort by relevance Sort by last modified time
    Searched defs:close_fd (Results 1 - 5 of 5) sorted by null

  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.cc 543 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) {
581 ExecDeathTestArgs args = { argv, close_fd };
  /external/chromium/testing/gtest/src/
gtest-death-test.cc 880 int close_fd; \/\/ File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
    [all...]
  /external/gtest/src/
gtest-death-test.cc 880 int close_fd; \/\/ File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest-death-test.cc 879 int close_fd; \/\/ File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 832 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));
    [all...]

Completed in 115 milliseconds