Searched refs:pipe_path (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Host/windows/ |
| H A D | PipeWindows.cpp | 105 std::string pipe_path = g_pipe_name_prefix.str(); in CreateNew() local 106 pipe_path.append(name.str()); in CreateNew() 112 pipe_path.c_str(), PIPE_ACCESS_INBOUND | read_mode, in CreateNew() 183 std::string pipe_path = g_pipe_name_prefix.str(); in OpenNamedPipe() local 184 pipe_path.append(name.str()); in OpenNamedPipe() 187 m_read = ::CreateFileA(pipe_path.c_str(), GENERIC_READ, 0, &attributes, in OpenNamedPipe() 197 m_write = ::CreateFileA(pipe_path.c_str(), GENERIC_WRITE, 0, &attributes, in OpenNamedPipe()
|