Searched defs:GetFD (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Utility/
H A DKQueue.cpp21 KQueue::GetFD (bool can_create) function in class:KQueue
43 const int fd_kqueue = GetFD(false);
65 const int fd_kqueue = GetFD(true);
/external/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp221 GetFD () const function in class:fd_interposing::FDEvent
/external/lldb/include/lldb/Target/
H A DProcess.h485 GetFD () const function in class:lldb_private::ProcessLaunchInfo::FileAction
654 if (m_file_actions[idx].GetFD () == fd)

Completed in 712 milliseconds