Home
last modified time | relevance | path

Searched refs:owns_fd (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommunication.cpp70 ConnectionStatus SBCommunication::AdoptFileDesriptor(int fd, bool owns_fd) { in AdoptFileDesriptor() argument
71 LLDB_INSTRUMENT_VA(this, fd, owns_fd); in AdoptFileDesriptor()
80 std::make_unique<ConnectionFileDescriptor>(fd, owns_fd)); in AdoptFileDesriptor()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommunication.h48 lldb::ConnectionStatus AdoptFileDesriptor(int fd, bool owns_fd);
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp62 ConnectionFileDescriptor::ConnectionFileDescriptor(int fd, bool owns_fd) in ConnectionFileDescriptor() argument
65 std::make_shared<NativeFile>(fd, File::eOpenOptionReadWrite, owns_fd); in ConnectionFileDescriptor()
71 static_cast<void *>(this), fd, owns_fd); in ConnectionFileDescriptor()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h33 ConnectionFileDescriptor(int fd, bool owns_fd);