Searched refs:outfile_handle (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp937 FILE *outfile_handle = local
939 output_file_sp = std::make_shared<StreamFile>(outfile_handle, true);
941 if (outfile_handle)
942 ::setbuf(outfile_handle, nullptr);

Completed in 110 milliseconds