Searched refs:CanRead (Results 1 – 5 of 5) sorted by relevance
87 if (CanRead() || CanWrite()) in CreateNew()116 if (CanRead() || CanWrite()) in CreateNew()153 if (CanRead() || CanWrite()) in OpenAsReader()174 if (CanRead() || CanWrite()) in OpenAsWriterWithTimeout()234 bool PipePosix::CanRead() const { in CanRead() function in PipePosix243 if (CanRead()) { in CloseReadFileDescriptor()260 if (!CanRead()) in ReadWithTimeout()
41 virtual bool CanRead() const = 0;
49 bool CanRead() const override;
1205 if (socket_pipe.CanRead()) { in StartDebugserverProcess()
4540 !m_pipe.CanRead() || !m_pipe.CanWrite()) { in Run()