Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/include/lldb/Core/
HDIOHandler.h115 int GetInputFD();
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
HDScriptInterpreterPythonImpl.h445 int stdin_fd = GetInputFD(); in Run()
/freebsd-head/contrib/llvm-project/lldb/source/Core/
HDIOHandler.cpp79 int IOHandler::GetInputFD() { in GetInputFD() function in IOHandler
/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDProcess.cpp4594 m_read_file(GetInputFD(), File::eOpenOptionReadOnly, false), in IOHandlerProcessSTDIO()