/external/perfetto/src/base/ |
D | subprocess_windows.cc | 102 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/ |
D | test_utils_win.cpp | 180 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/ |
D | Program.inc | 219 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/ |
D | Program.inc | 300 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/ |
D | Program.inc | 226 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/ |
D | Program.inc | 300 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/ |
D | w9xpopen.c | 89 si.hStdOutput = GetStdHandle(STD_OUTPUT_HANDLE); in main()
|
D | _subprocess.c | 465 si.hStdOutput = gethandle(startup_info, "hStdOutput"); in sp_CreateProcess()
|
/external/llvm-project/compiler-rt/test/asan/TestCases/Windows/ |
D | dll_control_c.cpp | 69 si.hStdOutput = GetStdHandle(STD_OUTPUT_HANDLE); in run_parent()
|
/external/compiler-rt/test/asan/TestCases/Windows/ |
D | dll_control_c.cc | 69 si.hStdOutput = GetStdHandle(STD_OUTPUT_HANDLE); in run_parent()
|
/external/grpc-grpc/src/core/lib/security/credentials/alts/ |
D | check_gcp_environment_windows.cc | 84 si.hStdOutput = h; in run_powershell()
|
/external/perfetto/src/profiling/symbolizer/ |
D | subprocess_windows.cc | 65 start_info.hStdOutput = child_pipe_out_write_; in Subprocess()
|
/external/python/cpython3/Lib/ |
D | subprocess.py | 175 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/ |
D | ProcessLauncherWindows.cpp | 83 startupinfo.hStdOutput = in LaunchProcess()
|
/external/google-breakpad/src/tools/windows/dump_syms/ |
D | dump_syms_unittest.cc | 130 startup_info.hStdOutput = child_stdout_write; in RunCommand()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | os.cpp | 207 StartupInfo.hStdOutput = hPipes[1].hWrite; in ExecCmd()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_symbolizer_win.cc | 217 si.hStdOutput = stdout_write.get(); in StartSymbolizerSubprocess()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_symbolizer_win.cpp | 247 si.hStdOutput = stdout_write.get(); in StartSymbolizerSubprocess()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | subprocess.cc | 121 startup_info.hStdOutput = stdout_pipe_write; in Start()
|
/external/tensorflow/tensorflow/core/platform/windows/ |
D | subprocess.cc | 258 si.hStdOutput = child_pipe_[CHAN_STDOUT]; in Start()
|
/external/python/cpython2/Lib/ |
D | subprocess.py | 66 hStdOutput = None variable in STARTUPINFO 607 startupinfo.hStdOutput = c2pwrite
|
/external/deqp/execserver/ |
D | xsWin32TestProcess.cpp | 537 startInfo.hStdOutput = stdOutWrite; in start()
|
/external/deqp/framework/delibs/deutil/ |
D | deProcess.c | 698 startInfo.hStdOutput = stdOutWrite; in deProcess_start()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-death-test.cc | 717 startup_info.hStdOutput = ::GetStdHandle(STD_OUTPUT_HANDLE); in AssumeRole()
|
/external/llvm-project/llvm/utils/unittest/googletest/src/ |
D | gtest-death-test.cc | 762 startup_info.hStdOutput = ::GetStdHandle(STD_OUTPUT_HANDLE); in AssumeRole()
|