Home
last modified time | relevance | path

Searched refs:CreateWithUniqueName (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DPipeBase.h29 virtual Status CreateWithUniqueName(llvm::StringRef prefix,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/posix/
H A DPipePosix.h40 Status CreateWithUniqueName(llvm::StringRef prefix,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DPipePosix.cpp126 Status PipePosix::CreateWithUniqueName(llvm::StringRef prefix, in CreateWithUniqueName() function in PipePosix
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1055 error = socket_pipe.CreateWithUniqueName("debugserver-named-pipe", in StartDebugserverProcess()