Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DIOHandler.h112 int GetInputFD();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp944 int stdin_fd = GetInputFD(); in Run()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp98 int IOHandler::GetInputFD() { in GetInputFD() function in IOHandler
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp4531 m_read_file.SetDescriptor(GetInputFD(), false); in IOHandlerProcessSTDIO()