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

/gem5/ext/googletest/googletest/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
1277 if (write_fd == -1) {
1287 return write_fd;
1303 int write_fd = -1; local
1320 write_fd
[all...]
/gem5/ext/googletest/googletest/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 6 milliseconds