Searched refs:CanRead (Results 1 – 5 of 5) sorted by relevance
40 virtual bool CanRead() const = 0;
45 bool CanRead() const override;
262 bool PipePosix::CanRead() const { in CanRead() function in PipePosix
1147 if (socket_pipe.CanRead()) { in StartDebugserverProcess()
4611 !m_pipe.CanRead() || !m_pipe.CanWrite()) { in Run()