Home
last modified time | relevance | path

Searched defs:owns_fd (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommunication.cpp70 ConnectionStatus SBCommunication::AdoptFileDesriptor(int fd, bool owns_fd) { in AdoptFileDesriptor()
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp64 ConnectionFileDescriptor::ConnectionFileDescriptor(int fd, bool owns_fd) in ConnectionFileDescriptor() argument