Searched refs:write_fd (Results 1 - 2 of 2) sorted by relevance

/openjdk10/test/fmw/gtest/src/
H A Dgtest-death-test.cc258 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
389 int write_fd() const { return write_fd_; } function in class:testing::internal::DeathTestImpl
478 GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Write(write_fd(), &status_ch, 1));
694 set_write_fd(flag->write_fd());
1108 set_write_fd(flag->write_fd());
1277 const int write_fd = local
1279 if (write_fd == -1) {
1289 return write_fd;
1305 int write_fd = -1; local
1322 write_fd
[all...]
/openjdk10/test/fmw/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h251 int write_fd() const { return write_fd_; } function in class:testing::internal::InternalRunDeathTestFlag

Completed in 70 milliseconds