Home
last modified time | relevance | path

Searched refs:save_file (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h395 python::PythonObject &save_file, const char *mode);
H A DScriptInterpreterPython.cpp608 PythonObject &save_file, in SetStdHandle() argument
611 save_file.Reset(); in SetStdHandle()
627 save_file = sys_module_dict.GetItemForKey(PythonString(py_name)); in SetStdHandle()