Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Host/
H A DPipeTest.cpp22 TEST_F(PipeTest, CreateWithUniqueName) { in TEST_F() argument
25 ASSERT_THAT_ERROR(pipe.CreateWithUniqueName("PipeTest-CreateWithUniqueName", in TEST_F()
37 ASSERT_THAT_ERROR(pipe.CreateWithUniqueName("PipeTest-OpenAsReader", in TEST_F()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DPipeBase.h28 virtual Status CreateWithUniqueName(llvm::StringRef prefix,
/llvm-project-15.0.7/lldb/include/lldb/Host/posix/
H A DPipePosix.h37 Status CreateWithUniqueName(llvm::StringRef prefix,
/llvm-project-15.0.7/lldb/include/lldb/Host/windows/
H A DPipeWindows.h37 Status CreateWithUniqueName(llvm::StringRef prefix,
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DPipePosix.cpp116 Status PipePosix::CreateWithUniqueName(llvm::StringRef prefix, in CreateWithUniqueName() function in PipePosix
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DPipeWindows.cpp131 Status PipeWindows::CreateWithUniqueName(llvm::StringRef prefix, in CreateWithUniqueName() function in PipeWindows
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1020 error = socket_pipe.CreateWithUniqueName("debugserver-named-pipe", in StartDebugserverProcess()