Home | History | Annotate | Download | only in src

Lines Matching refs:read_fd

347   int read_fd() const { return read_fd_; }
394 bytes_read = posix::Read(read_fd(), &flag, 1);
411 FailFromInternalError(read_fd()); // Does not return.
422 GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Close(read_fd()));