Home
last modified time | relevance | path

Searched defs:CanRead (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/Host/windows/
H A DPipeWindows.cpp266 bool PipeWindows::CanRead() const { return (m_read != INVALID_HANDLE_VALUE); } CanRead() function in PipeWindows
/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp262 bool PipePosix::CanRead() const { in CanRead() function in PipePosix