Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DIOHandler.h119 int GetInputFD();
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h431 int stdin_fd = GetInputFD(); in Run()
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandler.cpp83 int IOHandler::GetInputFD() { in GetInputFD() function in IOHandler
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp4330 m_read_file(GetInputFD(), File::eOpenOptionReadOnly, false), in IOHandlerProcessSTDIO()