Home
last modified time | relevance | path

Searched refs:GetSecondaryFileDescriptor (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/include/lldb/Host/
DPseudoTerminal.h97 int GetSecondaryFileDescriptor() const;
/external/llvm-project/lldb/source/Host/common/
DPseudoTerminal.cpp177 int PseudoTerminal::GetSecondaryFileDescriptor() const { in GetSecondaryFileDescriptor() function in PseudoTerminal
/external/llvm-project/lldb/unittests/Editline/
DEditlineTest.cpp111 _pty_secondary_fd = _pty.GetSecondaryFileDescriptor(); in EditlineAdapter()
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/
DPlatformiOSSimulatorCoreSimulatorSupport.mm413 launch_info.GetPTY().GetSecondaryFileDescriptor();
418 secondary_fd = launch_info.GetPTY().GetSecondaryFileDescriptor();