Home
last modified time | relevance | path

Searched refs:AdoptFileDesriptor (Results 1 – 6 of 6) sorted by relevance

/external/lldb/test/python_api/default-constructor/
Dsb_communication.py13 obj.AdoptFileDesriptor(0, False)
14 obj.AdoptFileDesriptor(1, False)
15 obj.AdoptFileDesriptor(2, False)
/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/source/API/
DSBCommunication.cpp80 SBCommunication::AdoptFileDesriptor (int fd, bool owns_fd) in AdoptFileDesriptor() function in SBCommunication
/external/lldb/tools/driver/
DDriver.cpp1312 master_out_comm.AdoptFileDesriptor(m_editline_pty.GetMasterFileDescriptor(), false); in MainLoop()
1327 out_comm_2.AdoptFileDesriptor (editline_output_pty.GetMasterFileDescriptor(), false); in MainLoop()
/external/lldb/www/python_reference/
Dapi-objects.txt2590 lldb.SBCommunication.AdoptFileDesriptor lldb.SBCommunication-class.html#AdoptFileDesriptor