Home
last modified time | relevance | path

Searched refs:SetStdHandle (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/PC/bdist_wininst/
Dinstall.c822 SetStdHandle(STD_OUTPUT_HANDLE, redirected); in run_installscript()
823 SetStdHandle(STD_ERROR_HANDLE, redirected); in run_installscript()
832 SetStdHandle(STD_OUTPUT_HANDLE, old_stdout); in run_installscript()
833 SetStdHandle(STD_ERROR_HANDLE, old_stderr); in run_installscript()
888 SetStdHandle(STD_OUTPUT_HANDLE, redirected); in run_simple_script()
889 SetStdHandle(STD_ERROR_HANDLE, redirected); in run_simple_script()
900 SetStdHandle(STD_OUTPUT_HANDLE, old_stdout); in run_simple_script()
901 SetStdHandle(STD_ERROR_HANDLE, old_stderr); in run_simple_script()
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c781 SetStdHandle(STD_OUTPUT_HANDLE, redirected); in run_installscript()
782 SetStdHandle(STD_ERROR_HANDLE, redirected); in run_installscript()
791 SetStdHandle(STD_OUTPUT_HANDLE, old_stdout); in run_installscript()
792 SetStdHandle(STD_ERROR_HANDLE, old_stderr); in run_installscript()
845 SetStdHandle(STD_OUTPUT_HANDLE, redirected); in run_simple_script()
846 SetStdHandle(STD_ERROR_HANDLE, redirected); in run_simple_script()
857 SetStdHandle(STD_OUTPUT_HANDLE, old_stdout); in run_simple_script()
858 SetStdHandle(STD_ERROR_HANDLE, old_stderr); in run_simple_script()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp706 bool ScriptInterpreterPythonImpl::SetStdHandle(FileSP file_sp, in SetStdHandle() function in ScriptInterpreterPythonImpl
793 if (!SetStdHandle(in_sp, "stdin", m_saved_stdin, "r")) { in EnterSession()
795 SetStdHandle(top_in_sp, "stdin", m_saved_stdin, "r"); in EnterSession()
799 if (!SetStdHandle(out_sp, "stdout", m_saved_stdout, "w")) { in EnterSession()
801 SetStdHandle(top_out_sp->GetFileSP(), "stdout", m_saved_stdout, "w"); in EnterSession()
804 if (!SetStdHandle(err_sp, "stderr", m_saved_stderr, "w")) { in EnterSession()
806 SetStdHandle(top_err_sp->GetFileSP(), "stderr", m_saved_stderr, "w"); in EnterSession()
DScriptInterpreterPythonImpl.h392 bool SetStdHandle(lldb::FileSP file, const char *py_name,
/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/
Dkernel32.sym16 PUBLIC 1dc03 8 SetStdHandle