Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp30 enum PIPES { READ, WRITE }; // Constants 0 and 1 for READ and WRITE enum
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1001 enum PIPES { READ, WRITE }; // Indexes for the read and write fds in SetInputString() enum