Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DScriptInterpreterPython.h233 ResetOutputFileHandle (FILE *new_fh);
DScriptInterpreter.h510 ResetOutputFileHandle (FILE *new_fh) { } //By default, do nothing. in ResetOutputFileHandle() function
/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp539 ResetOutputFileHandle(out_file.GetStream()); in ScriptInterpreterPython()
574 ScriptInterpreterPython::ResetOutputFileHandle (FILE *fh) in ResetOutputFileHandle() function in ScriptInterpreterPython
/external/lldb/source/Core/
DDebugger.cpp774 script_interpreter->ResetOutputFileHandle (fh); in SetOutputFileHandle()