Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/posix/
DConnectionFileDescriptorPosix.h38 static const char *UNIX_ABSTRACT_CONNECT_SCHEME; variable
/external/llvm-project/lldb/source/Plugins/Platform/Android/
DPlatformAndroidRemoteGDBServer.cpp125 else if (scheme == ConnectionFileDescriptor::UNIX_ABSTRACT_CONNECT_SCHEME) in ConnectRemote()
/external/llvm-project/lldb/source/Host/posix/
DConnectionFileDescriptorPosix.cpp60 const char *ConnectionFileDescriptor::UNIX_ABSTRACT_CONNECT_SCHEME = member in ConnectionFileDescriptor
179 } else if ((addr = GetURLAddress(path, UNIX_ABSTRACT_CONNECT_SCHEME))) { in Connect()