Home
last modified time | relevance | path

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

12

/third_party/boost/boost/process/detail/windows/
Dclose_out.hpp38 e.startup_info.hStdError = ::boost::winapi::INVALID_HANDLE_VALUE_; in on_setup()
47 e.startup_info.hStdError = ::boost::winapi::INVALID_HANDLE_VALUE_; in on_setup()
Dnull_out.hpp55 e.startup_info.hStdError = sink.handle(); in on_setup()
70 e.startup_info.hStdError = sink.handle(); in on_setup()
Dfile_out.hpp61 e.startup_info.hStdError = handle; in on_setup()
75 e.startup_info.hStdError = handle; in on_setup()
Dpipe_out.hpp75 e.startup_info.hStdError = handle; in on_setup()
89 e.startup_info.hStdError = handle; in on_setup()
Dasync_out.hpp51 e.startup_info.hStdError = handle; in apply_out_handles()
64 e.startup_info.hStdError = handle; in apply_out_handles()
/third_party/boost/libs/winapi/test/run/
Dprocess_abi.cpp103 …untChars)(dwYCountChars)(dwFillAttribute)(dwFlags)(wShowWindow)(hStdInput)(hStdOutput)(hStdError)); in main()
105 …untChars)(dwYCountChars)(dwFillAttribute)(dwFlags)(wShowWindow)(hStdInput)(hStdOutput)(hStdError)); in main()
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dsystem_utils_win.cpp186 startInfo.hStdError = GetStdHandle(STD_OUTPUT_HANDLE); in RunApp()
190 startInfo.hStdError = stderrPipe.writeHandle; in RunApp()
194 startInfo.hStdError = GetStdHandle(STD_ERROR_HANDLE); in RunApp()
/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/ninja/src/
Dmsvc_helper-win32.cc64 startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in Run()
Dsubprocess-win32.cc97 startup_info.hStdError = child_pipe; 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/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/boost/boost/winapi/
Dprocess.hpp333 HANDLE_ hStdError; member
355 HANDLE_ hStdError; member
/third_party/skia/third_party/externals/tint/src/utils/io/
Dcommand_windows.cc174 si.hStdError = stderr_pipe.write; in Exec()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dos.cpp210 StartupInfo.hStdError = hPipes[2].hWrite; in ExecCmd()
/third_party/gn/src/gn/
Dexec_process.cc95 start_info.hStdError = GetStdHandle(STD_ERROR_HANDLE); in ExecProcess()
/third_party/libuv/test/
Drunner-win.c149 si.hStdError = file; in process_start()
/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/boost/tools/build/src/engine/
Dexecnt.cpp543 si.hStdError = globs.pipe_action in invoke_cmd()
/third_party/libuv/src/win/
Dprocess.c1067 startup.hStdError = uv__stdio_handle(process->child_stdio_buffer, 2); in uv_spawn()
/third_party/googletest/googletest/src/
Dgtest-death-test.cc793 startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in AssumeRole()

12