Home
last modified time | relevance | path

Searched refs:hStdOutput (Results 1 – 25 of 39) sorted by relevance

12

/external/perfetto/src/base/
Dsubprocess_windows.cc102 start_info.hStdOutput = ::GetStdHandle(STD_OUTPUT_HANDLE); in Start()
104 start_info.hStdOutput = *s_->stdouterr_pipe.wr; in Start()
106 start_info.hStdOutput = *nul_handle; in Start()
110 start_info.hStdOutput = *args.out_fd; in Start()
/external/angle/util/windows/
Dtest_utils_win.cpp180 startInfo.hStdOutput = mStdoutPipe.writeHandle; in WindowsProcess()
184 startInfo.hStdOutput = ::GetStdHandle(STD_OUTPUT_HANDLE); in WindowsProcess()
189 startInfo.hStdError = startInfo.hStdOutput; in WindowsProcess()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DProgram.inc219 si.hStdOutput = INVALID_HANDLE_VALUE;
230 si.hStdOutput = RedirectIO(Redirects[1], 1, ErrMsg);
231 if (si.hStdOutput == INVALID_HANDLE_VALUE) {
239 if (!DuplicateHandle(GetCurrentProcess(), si.hStdOutput,
243 CloseHandle(si.hStdOutput);
252 CloseHandle(si.hStdOutput);
290 CloseHandle(si.hStdOutput);
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProgram.inc300 si.hStdOutput = INVALID_HANDLE_VALUE;
311 si.hStdOutput = RedirectIO(redirects[1], 1, ErrMsg);
312 if (si.hStdOutput == INVALID_HANDLE_VALUE) {
320 if (!DuplicateHandle(GetCurrentProcess(), si.hStdOutput,
324 CloseHandle(si.hStdOutput);
333 CloseHandle(si.hStdOutput);
371 CloseHandle(si.hStdOutput);
/external/llvm-project/llvm/lib/Support/Windows/
DProgram.inc226 si.hStdOutput = INVALID_HANDLE_VALUE;
237 si.hStdOutput = RedirectIO(Redirects[1], 1, ErrMsg);
238 if (si.hStdOutput == INVALID_HANDLE_VALUE) {
246 if (!DuplicateHandle(GetCurrentProcess(), si.hStdOutput,
250 CloseHandle(si.hStdOutput);
259 CloseHandle(si.hStdOutput);
290 CloseHandle(si.hStdOutput);
/external/llvm/lib/Support/Windows/
DProgram.inc300 si.hStdOutput = INVALID_HANDLE_VALUE;
311 si.hStdOutput = RedirectIO(redirects[1], 1, ErrMsg);
312 if (si.hStdOutput == INVALID_HANDLE_VALUE) {
320 if (!DuplicateHandle(GetCurrentProcess(), si.hStdOutput,
324 CloseHandle(si.hStdOutput);
333 CloseHandle(si.hStdOutput);
371 CloseHandle(si.hStdOutput);
/external/python/cpython2/PC/
Dw9xpopen.c89 si.hStdOutput = GetStdHandle(STD_OUTPUT_HANDLE); in main()
D_subprocess.c465 si.hStdOutput = gethandle(startup_info, "hStdOutput"); in sp_CreateProcess()
/external/llvm-project/compiler-rt/test/asan/TestCases/Windows/
Ddll_control_c.cpp69 si.hStdOutput = GetStdHandle(STD_OUTPUT_HANDLE); in run_parent()
/external/compiler-rt/test/asan/TestCases/Windows/
Ddll_control_c.cc69 si.hStdOutput = GetStdHandle(STD_OUTPUT_HANDLE); in run_parent()
/external/grpc-grpc/src/core/lib/security/credentials/alts/
Dcheck_gcp_environment_windows.cc84 si.hStdOutput = h; in run_powershell()
/external/perfetto/src/profiling/symbolizer/
Dsubprocess_windows.cc65 start_info.hStdOutput = child_pipe_out_write_; in Subprocess()
/external/python/cpython3/Lib/
Dsubprocess.py175 def __init__(self, *, dwFlags=0, hStdInput=None, hStdOutput=None, argument
179 self.hStdOutput = hStdOutput
191 hStdOutput=self.hStdOutput,
1373 startupinfo.hStdOutput = c2pwrite
/external/llvm-project/lldb/source/Host/windows/
DProcessLauncherWindows.cpp83 startupinfo.hStdOutput = in LaunchProcess()
/external/google-breakpad/src/tools/windows/dump_syms/
Ddump_syms_unittest.cc130 startup_info.hStdOutput = child_stdout_write; in RunCommand()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dos.cpp207 StartupInfo.hStdOutput = hPipes[1].hWrite; in ExecCmd()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_win.cc217 si.hStdOutput = stdout_write.get(); in StartSymbolizerSubprocess()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_win.cpp247 si.hStdOutput = stdout_write.get(); in StartSymbolizerSubprocess()
/external/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc121 startup_info.hStdOutput = stdout_pipe_write; in Start()
/external/tensorflow/tensorflow/core/platform/windows/
Dsubprocess.cc258 si.hStdOutput = child_pipe_[CHAN_STDOUT]; in Start()
/external/python/cpython2/Lib/
Dsubprocess.py66 hStdOutput = None variable in STARTUPINFO
607 startupinfo.hStdOutput = c2pwrite
/external/deqp/execserver/
DxsWin32TestProcess.cpp537 startInfo.hStdOutput = stdOutWrite; in start()
/external/deqp/framework/delibs/deutil/
DdeProcess.c698 startInfo.hStdOutput = stdOutWrite; in deProcess_start()
/external/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc717 startup_info.hStdOutput = ::GetStdHandle(STD_OUTPUT_HANDLE); in AssumeRole()
/external/llvm-project/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc762 startup_info.hStdOutput = ::GetStdHandle(STD_OUTPUT_HANDLE); in AssumeRole()

12