/third_party/boost/boost/process/detail/windows/ |
D | close_out.hpp | 38 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()
|
D | null_out.hpp | 55 e.startup_info.hStdError = sink.handle(); in on_setup() 70 e.startup_info.hStdError = sink.handle(); in on_setup()
|
D | file_out.hpp | 61 e.startup_info.hStdError = handle; in on_setup() 75 e.startup_info.hStdError = handle; in on_setup()
|
D | pipe_out.hpp | 75 e.startup_info.hStdError = handle; in on_setup() 89 e.startup_info.hStdError = handle; in on_setup()
|
D | async_out.hpp | 51 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/ |
D | process_abi.cpp | 103 …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/ |
D | system_utils_win.cpp | 186 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/ |
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/ninja/src/ |
D | msvc_helper-win32.cc | 64 startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in Run()
|
D | subprocess-win32.cc | 97 startup_info.hStdError = child_pipe; 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/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/boost/boost/winapi/ |
D | process.hpp | 333 HANDLE_ hStdError; member 355 HANDLE_ hStdError; member
|
/third_party/skia/third_party/externals/tint/src/utils/io/ |
D | command_windows.cc | 174 si.hStdError = stderr_pipe.write; in Exec()
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | os.cpp | 210 StartupInfo.hStdError = hPipes[2].hWrite; in ExecCmd()
|
/third_party/gn/src/gn/ |
D | exec_process.cc | 95 start_info.hStdError = GetStdHandle(STD_ERROR_HANDLE); in ExecProcess()
|
/third_party/libuv/test/ |
D | runner-win.c | 149 si.hStdError = file; in process_start()
|
/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/boost/tools/build/src/engine/ |
D | execnt.cpp | 543 si.hStdError = globs.pipe_action in invoke_cmd()
|
/third_party/libuv/src/win/ |
D | process.c | 1067 startup.hStdError = uv__stdio_handle(process->child_stdio_buffer, 2); in uv_spawn()
|
/third_party/googletest/googletest/src/ |
D | gtest-death-test.cc | 793 startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in AssumeRole()
|