Searched refs:hStdError (Results 1 – 23 of 23) sorted by relevance
/third_party/skia/third_party/externals/angle2/util/windows/ |
D | test_utils_win.cpp | 189 startInfo.hStdError = startInfo.hStdOutput; in WindowsProcess() 197 startInfo.hStdError = mStderrPipe.writeHandle; in WindowsProcess() 201 startInfo.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in WindowsProcess()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Program.inc | 220 si.hStdError = INVALID_HANDLE_VALUE; 240 GetCurrentProcess(), &si.hStdError, 249 si.hStdError = RedirectIO(Redirects[2], 2, ErrMsg); 250 if (si.hStdError == INVALID_HANDLE_VALUE) { 291 CloseHandle(si.hStdError);
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | subprocess.cc | 122 startup_info.hStdError = GetStdHandle(STD_ERROR_HANDLE); in Start() 124 if (startup_info.hStdError == INVALID_HANDLE_VALUE) { in Start()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Program.inc | 301 si.hStdError = INVALID_HANDLE_VALUE; 321 GetCurrentProcess(), &si.hStdError, 330 si.hStdError = RedirectIO(redirects[2], 2, ErrMsg); 331 if (si.hStdError == INVALID_HANDLE_VALUE) { 372 CloseHandle(si.hStdError);
|
/third_party/ninja/src/ |
D | msvc_helper-win32.cc | 66 startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in Run()
|
D | subprocess-win32.cc | 99 startup_info.hStdError = child_pipe; in Start()
|
/third_party/python/Lib/ |
D | subprocess.py | 172 hStdError=None, wShowWindow=0, lpAttributeList=None): argument 176 self.hStdError = hStdError 188 hStdError=self.hStdError, 1393 startupinfo.hStdError = errwrite
|
/third_party/skia/third_party/externals/tint/src/utils/io/ |
D | command_windows.cc | 174 si.hStdError = stderr_pipe.write; in Exec()
|
/third_party/libuv/test/ |
D | runner-win.c | 149 si.hStdError = file; in process_start()
|
/third_party/gn/src/gn/ |
D | exec_process.cc | 95 start_info.hStdError = GetStdHandle(STD_ERROR_HANDLE); in ExecProcess()
|
/third_party/libwebsockets/lib/plat/windows/ |
D | windows-spawn.c | 493 si.hStdError = lsp->pipe_fds[LWS_STDERR][1]; in lws_spawn_piped()
|
/third_party/vk-gl-cts/execserver/ |
D | xsWin32TestProcess.cpp | 536 startInfo.hStdError = stdErrWrite; in start()
|
/third_party/vk-gl-cts/framework/delibs/deutil/ |
D | deProcess.c | 697 startInfo.hStdError = stdErrWrite; in deProcess_start()
|
/third_party/libuv/src/win/ |
D | process.c | 1067 startup.hStdError = uv__stdio_handle(process->child_stdio_buffer, 2); in uv_spawn()
|
/third_party/node/deps/uv/src/win/ |
D | process.c | 1067 startup.hStdError = uv__stdio_handle(process->child_stdio_buffer, 2); in uv_spawn()
|
/third_party/node/deps/googletest/src/ |
D | gtest-death-test.cc | 810 startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in AssumeRole()
|
/third_party/googletest/googletest/src/ |
D | gtest-death-test.cc | 792 startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in AssumeRole()
|
/third_party/mesa3d/src/gtest/src/ |
D | gtest-death-test.cc | 792 startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in AssumeRole()
|
/third_party/python/Doc/library/ |
D | subprocess.rst | 904 hStdError=None, wShowWindow=0, lpAttributeList=None) 936 .. attribute:: hStdError 1009 :attr:`STARTUPINFO.hStdOutput`, and :attr:`STARTUPINFO.hStdError` attributes
|
/third_party/python/Modules/ |
D | _winapi.c | 1108 si.StartupInfo.hStdError = gethandle(startup_info, "hStdError"); in _winapi_CreateProcess_impl()
|
/third_party/python/PC/ |
D | launcher.c | 802 ok = safe_duplicate_handle(GetStdHandle(STD_ERROR_HANDLE), &si.hStdError); in run_child()
|
/third_party/python/Lib/test/ |
D | test_subprocess.py | 3317 self.assertIsNone(startupinfo.hStdError)
|
/third_party/cef/tools/distrib/gtest/ |
D | gtest-all.cc | 9024 startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in AssumeRole()
|