Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp566 static FileSpec g_domainsocket_dir; in GetDomainSocketDir() local
573 g_domainsocket_dir = FileSpec(domainsocket_dir_env); in GetDomainSocketDir()
575 g_domainsocket_dir = HostInfo::GetProcessTempDir(); in GetDomainSocketDir()
578 return g_domainsocket_dir; in GetDomainSocketDir()