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

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

Completed in 301 milliseconds