Home | History | Annotate | Download | only in src

Lines Matching refs:read_fd

350   int read_fd() const { return read_fd_; }
397 bytes_read = posix::Read(read_fd(), &flag, 1);
414 FailFromInternalError(read_fd()); // Does not return.
425 GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Close(read_fd()));