Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDSocket.h68 …static Error UnixDomainAccept(llvm::StringRef host_and_port, bool child_processes_inherit, Socket …
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDSocket.cpp481 Error Socket::UnixDomainAccept(llvm::StringRef name, bool child_processes_inherit, Socket *&socket) in UnixDomainAccept() function in Socket
/NextBSD/contrib/llvm/tools/lldb/source/Host/posix/
HDConnectionFileDescriptorPosix.cpp736 Error error = Socket::UnixDomainAccept(socket_name, m_child_processes_inherit, socket); in NamedSocketAccept()