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

/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-death-test.cc269 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
400 int write_fd() const { return write_fd_; } function in class:testing::internal::DeathTestImpl
489 GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Write(write_fd(), &status_ch, 1));
705 set_write_fd(flag->write_fd());
1126 set_write_fd(flag->write_fd());
1275 const int write_fd = local in function:testing::internal::GetStatusFileDescriptor
1277 if (write_fd == -1) {
1287 return write_fd;
1303 int write_fd = -1; local in function:testing::internal::ParseInternalRunDeathTestFlag
1320 write_fd
[all...]
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-death-test.cc292 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
423 int write_fd() const { return write_fd_; } function in class:testing::internal::DeathTestImpl
518 GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Write(write_fd(), &status_ch, 1));
735 set_write_fd(flag->write_fd());
1421 set_write_fd(flag->write_fd());
1576 const int write_fd = local in function:testing::internal::GetStatusFileDescriptor
1578 if (write_fd == -1) {
1588 return write_fd;
1604 int write_fd = -1; local in function:testing::internal::ParseInternalRunDeathTestFlag
1621 write_fd
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h251 int write_fd() const { return write_fd_; } function in class:testing::internal::InternalRunDeathTestFlag
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h283 int write_fd() const { return write_fd_; } function in class:testing::internal::InternalRunDeathTestFlag

Completed in 9 milliseconds