Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/
DPseudoTerminal.h83 int GetPrimaryFileDescriptor() const;
/external/llvm-project/lldb/source/Host/common/
DPseudoTerminal.cpp171 int PseudoTerminal::GetPrimaryFileDescriptor() const { return m_primary_fd; } in GetPrimaryFileDescriptor() function in PseudoTerminal
/external/llvm-project/lldb/unittests/Editline/
DEditlineTest.cpp107 _pty_master_fd = _pty.GetPrimaryFileDescriptor(); in EditlineAdapter()
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/
DPlatformiOSSimulatorCoreSimulatorSupport.mm407 const int master_fd = launch_info.GetPTY().GetPrimaryFileDescriptor();
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp922 if (pty.GetPrimaryFileDescriptor() != PseudoTerminal::invalid_fd) in DoLaunch()