Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp587 FileSpec socket_path_spec(GetDomainSocketDir()); in GetDomainSocketPath() local
588 socket_path_spec.AppendPathComponent(socket_name.c_str()); in GetDomainSocketPath()
590 llvm::sys::fs::createUniqueFile(socket_path_spec.GetPath().c_str(), in GetDomainSocketPath()