Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp541 FileSpec socket_path_spec(GetDomainSocketDir()); in GetDomainSocketPath() local
542 socket_path_spec.AppendPathComponent(socket_name.c_str()); in GetDomainSocketPath()
544 llvm::sys::fs::createUniqueFile(socket_path_spec.GetCString(), socket_path); in GetDomainSocketPath()