Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp597 FileSpec socket_path_spec(GetDomainSocketDir()); in GetDomainSocketPath() local
598 socket_path_spec.AppendPathComponent(socket_name.c_str()); in GetDomainSocketPath()
600 llvm::sys::fs::createUniqueFile(socket_path_spec.GetCString(), socket_path); in GetDomainSocketPath()