Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/
DFileAction.h36 int GetFD() const { return m_fd; } in GetFD() function
/external/llvm-project/lldb/examples/interposing/darwin/fd_interposing/
DFDInterposing.cpp165 int GetFD() const { return m_fd; } in GetFD() function in fd_interposing::FDEvent