Searched refs:CanRead (Results 1 – 5 of 5) sorted by relevance
80 if (CanRead() || CanWrite()) in CreateNew()109 if (CanRead() || CanWrite()) in CreateNew()146 if (CanRead() || CanWrite()) in OpenAsReader()167 if (CanRead() || CanWrite()) in OpenAsWriterWithTimeout()227 bool PipePosix::CanRead() const { in CanRead() function in PipePosix236 if (CanRead()) { in CloseReadFileDescriptor()253 if (!CanRead()) in ReadWithTimeout()
40 virtual bool CanRead() const = 0;
46 bool CanRead() const override;
1167 if (socket_pipe.CanRead()) { in StartDebugserverProcess()
4324 !m_pipe.CanRead() || !m_pipe.CanWrite()) { in Run()