Home | History | Annotate | Download | only in src

Lines Matching refs:read_fd

334   int read_fd() const { return read_fd_; }
381 bytes_read = posix::Read(read_fd(), &flag, 1);
395 FailFromInternalError(read_fd()); // Does not return.
406 GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Close(read_fd()));