Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h115 int GetInputFD();
/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h445 int stdin_fd = GetInputFD(); in Run()
/src/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp79 int IOHandler::GetInputFD() { in GetInputFD() function in IOHandler
/src/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4594 m_read_file(GetInputFD(), File::eOpenOptionReadOnly, false), in IOHandlerProcessSTDIO()