Searched refs:SetStdHandle (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 781 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/python/cpython3/PC/bdist_wininst/ |
D | install.c | 822 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/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
D | ScriptInterpreterPython.cpp | 706 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()
|
D | ScriptInterpreterPythonImpl.h | 392 bool SetStdHandle(lldb::FileSP file, const char *py_name,
|
/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/ |
D | kernel32.sym | 16 PUBLIC 1dc03 8 SetStdHandle
|
/external/kotlinc/lib/ |
D | kotlin-compiler.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/backend-common. ... |