Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h95 lldb::ConnectionStatus UnixAbstractSocketConnect(llvm::StringRef socket_name,
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp181 return UnixAbstractSocketConnect(*addr, error_ptr); in Connect()
678 ConnectionFileDescriptor::UnixAbstractSocketConnect(llvm::StringRef socket_name, in UnixAbstractSocketConnect() function in ConnectionFileDescriptor