Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h39 static const char *UNIX_ABSTRACT_CONNECT_SCHEME; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp59 const char *ConnectionFileDescriptor::UNIX_ABSTRACT_CONNECT_SCHEME = member in ConnectionFileDescriptor
182 } else if ((addr = GetURLAddress(path, UNIX_ABSTRACT_CONNECT_SCHEME))) { in Connect()