Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp110 Status PipePosix::CreateNew(llvm::StringRef name, bool child_process_inherit) { in CreateNew() argument
123 bool child_process_inherit, in CreateWithUniqueName() argument
148 bool child_process_inherit) { in OpenAsReader() argument
170 bool child_process_inherit, in OpenAsWriterWithTimeout() argument
/freebsd-src/contrib/llvm-project/lldb/source/Host/common/
H A DPipeBase.cpp16 bool child_process_inherit) { in OpenAsWriter()