HomeSort by relevance Sort by last modified time
    Searched refs:status_fd (Results 1 - 2 of 2) sorted by null

  /external/gtest/include/gtest/internal/
gtest-death-test-internal.h 199 int status_fd)
200 : file_(file), line_(line), index_(index), status_fd_(status_fd) {}
218 int status_fd() const { return status_fd_; } function in class:testing::internal::InternalRunDeathTestFlag
  /external/gtest/src/
gtest-death-test.cc 212 FILE* parent = fdopen(flag->status_fd(), "w");
514 // status_fd to be used both here and in ForkingDeathTest::Abort().
531 GTEST_DEATH_TEST_CHECK_SYSCALL_(write(internal_flag->status_fd(),
1249 const int status_fd = local
1278 int status_fd = -1; local
    [all...]

Completed in 19 milliseconds