Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocket.h82 static Status UnixDomainAccept(llvm::StringRef host_and_port,
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp227 Status Socket::UnixDomainAccept(llvm::StringRef name, in UnixDomainAccept() function in Socket
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp648 Socket::UnixDomainAccept(socket_name, m_child_processes_inherit, socket); in NamedSocketAccept()