Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/posix/
HDConnectionFileDescriptorPosix.h85 lldb::ConnectionStatus NamedSocketAccept(const char *socket_name, Error *error_ptr);
/NextBSD/contrib/llvm/tools/lldb/source/Host/posix/
HDConnectionFileDescriptorPosix.cpp162 return NamedSocketAccept(s + strlen("accept://"), error_ptr); in Connect()
167 return NamedSocketAccept(s + strlen("unix-accept://"), error_ptr); in Connect()
733 ConnectionFileDescriptor::NamedSocketAccept(const char *socket_name, Error *error_ptr) in NamedSocketAccept() function in ConnectionFileDescriptor