Home
last modified time | relevance | path

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

12

/external/perfetto/src/base/
Dsubprocess_windows.cc88 start_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in Start()
90 start_info.hStdError = *s_->stdouterr_pipe.wr; in Start()
92 start_info.hStdError = *nul_handle; in Start()
96 start_info.hStdError = *args.out_fd; in Start()
/external/angle/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()
/external/python/cpython2/PC/
Dw9xpopen.c90 si.hStdError = GetStdHandle(STD_ERROR_HANDLE); in main()
D_subprocess.c466 si.hStdError = gethandle(startup_info, "hStdError"); in sp_CreateProcess()
/external/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);
/external/llvm-project/compiler-rt/test/asan/TestCases/Windows/
Ddll_control_c.cpp70 si.hStdError = GetStdHandle(STD_ERROR_HANDLE); in run_parent()
/external/compiler-rt/test/asan/TestCases/Windows/
Ddll_control_c.cc70 si.hStdError = GetStdHandle(STD_ERROR_HANDLE); in run_parent()
/external/grpc-grpc/src/core/lib/security/credentials/alts/
Dcheck_gcp_environment_windows.cc83 si.hStdError = h; in run_powershell()
/external/perfetto/src/profiling/symbolizer/
Dsubprocess_windows.cc64 start_info.hStdError = child_pipe_out_write_; in Subprocess()
/external/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()
/external/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);
/external/llvm-project/llvm/lib/Support/Windows/
DProgram.inc227 si.hStdError = INVALID_HANDLE_VALUE;
247 GetCurrentProcess(), &si.hStdError,
256 si.hStdError = RedirectIO(Redirects[2], 2, ErrMsg);
257 if (si.hStdError == INVALID_HANDLE_VALUE) {
291 CloseHandle(si.hStdError);
/external/llvm/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);
/external/python/cpython3/Lib/
Dsubprocess.py176 hStdError=None, wShowWindow=0, lpAttributeList=None): argument
180 self.hStdError = hStdError
192 hStdError=self.hStdError,
1374 startupinfo.hStdError = errwrite
/external/llvm-project/lldb/source/Host/windows/
DProcessLauncherWindows.cpp79 startupinfo.hStdError = in LaunchProcess()
/external/google-breakpad/src/tools/windows/dump_syms/
Ddump_syms_unittest.cc128 startup_info.hStdError = NULL; in RunCommand()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dos.cpp208 StartupInfo.hStdError = hPipes[2].hWrite; in ExecCmd()
/external/tensorflow/tensorflow/core/platform/windows/
Dsubprocess.cc261 si.hStdError = child_pipe_[CHAN_STDERR]; in Start()
/external/python/cpython2/Lib/
Dsubprocess.py67 hStdError = None variable in STARTUPINFO
608 startupinfo.hStdError = errwrite
/external/deqp/execserver/
DxsWin32TestProcess.cpp536 startInfo.hStdError = stdErrWrite; in start()
/external/deqp/framework/delibs/deutil/
DdeProcess.c697 startInfo.hStdError = stdErrWrite; in deProcess_start()
/external/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc718 startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in AssumeRole()
/external/llvm-project/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc763 startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in AssumeRole()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-death-test.cc784 startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in AssumeRole()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-death-test.cc791 startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); in AssumeRole()

12