Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerPlatform.h138 static FileSpec GetDomainSocketPath(const char *prefix);
DGDBRemoteCommunicationServerPlatform.cpp210 socket_name = GetDomainSocketPath("gdbserver").GetPath(); in LaunchGDBServer()
591 GDBRemoteCommunicationServerPlatform::GetDomainSocketPath(const char *prefix) { in GetDomainSocketPath() function in GDBRemoteCommunicationServerPlatform