Home
last modified time | relevance | path

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

/external/lldb/source/API/
DSBCommunication.cpp80 SBCommunication::AdoptFileDesriptor (int fd, bool owns_fd) in AdoptFileDesriptor() argument
92 m_opaque->SetConnection (new ConnectionFileDescriptor (fd, owns_fd)); in AdoptFileDesriptor()
101 m_opaque, fd, owns_fd, Communication::ConnectionStatusAsCString (status)); in AdoptFileDesriptor()
/external/lldb/scripts/Python/interface/
DSBCommunication.i40 AdoptFileDesriptor (int fd, bool owns_fd);
/external/lldb/include/lldb/API/
DSBCommunication.h46 AdoptFileDesriptor (int fd, bool owns_fd);
/external/lldb/include/lldb/Core/
DConnectionFileDescriptor.h35 ConnectionFileDescriptor (int fd, bool owns_fd);
/external/lldb/source/Core/
DConnectionFileDescriptor.cpp100 ConnectionFileDescriptor::ConnectionFileDescriptor (int fd, bool owns_fd) : in ConnectionFileDescriptor() argument
107 m_should_close_fd (owns_fd), in ConnectionFileDescriptor()
116 …%p ConnectionFileDescriptor::ConnectionFileDescriptor (fd = %i, owns_fd = %i)", this, fd, owns_fd); in ConnectionFileDescriptor()