Searched refs:owns_fd (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBCommunication.cpp | 70 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 D | SBCommunication.h | 48 lldb::ConnectionStatus AdoptFileDesriptor(int fd, bool owns_fd);
|
| /freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | ConnectionFileDescriptorPosix.cpp | 62 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 D | ConnectionFileDescriptorPosix.h | 33 ConnectionFileDescriptor(int fd, bool owns_fd);
|