Home
last modified time | relevance | path

Searched refs:hStdError (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/angle2/util/windows/
Dtest_utils_win.cpp189 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/
DProgram.inc220 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/
Dsubprocess.cc122 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/
DProgram.inc301 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/
Dmsvc_helper-win32.cc66 startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in Run()
Dsubprocess-win32.cc99 startup_info.hStdError = child_pipe; in Start()
/third_party/python/Lib/
Dsubprocess.py172 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/
Dcommand_windows.cc174 si.hStdError = stderr_pipe.write; in Exec()
/third_party/libuv/test/
Drunner-win.c149 si.hStdError = file; in process_start()
/third_party/gn/src/gn/
Dexec_process.cc95 start_info.hStdError = GetStdHandle(STD_ERROR_HANDLE); in ExecProcess()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-spawn.c493 si.hStdError = lsp->pipe_fds[LWS_STDERR][1]; in lws_spawn_piped()
/third_party/vk-gl-cts/execserver/
DxsWin32TestProcess.cpp536 startInfo.hStdError = stdErrWrite; in start()
/third_party/vk-gl-cts/framework/delibs/deutil/
DdeProcess.c697 startInfo.hStdError = stdErrWrite; in deProcess_start()
/third_party/libuv/src/win/
Dprocess.c1067 startup.hStdError = uv__stdio_handle(process->child_stdio_buffer, 2); in uv_spawn()
/third_party/node/deps/uv/src/win/
Dprocess.c1067 startup.hStdError = uv__stdio_handle(process->child_stdio_buffer, 2); in uv_spawn()
/third_party/node/deps/googletest/src/
Dgtest-death-test.cc810 startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in AssumeRole()
/third_party/googletest/googletest/src/
Dgtest-death-test.cc792 startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in AssumeRole()
/third_party/mesa3d/src/gtest/src/
Dgtest-death-test.cc792 startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in AssumeRole()
/third_party/python/Doc/library/
Dsubprocess.rst904 hStdError=None, wShowWindow=0, lpAttributeList=None)
936 .. attribute:: hStdError
1009 :attr:`STARTUPINFO.hStdOutput`, and :attr:`STARTUPINFO.hStdError` attributes
/third_party/python/Modules/
D_winapi.c1108 si.StartupInfo.hStdError = gethandle(startup_info, "hStdError"); in _winapi_CreateProcess_impl()
/third_party/python/PC/
Dlauncher.c802 ok = safe_duplicate_handle(GetStdHandle(STD_ERROR_HANDLE), &si.hStdError); in run_child()
/third_party/python/Lib/test/
Dtest_subprocess.py3317 self.assertIsNone(startupinfo.hStdError)
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc9024 startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in AssumeRole()