Home
last modified time | relevance | path

Searched refs:hStdInput (Results 1 – 25 of 38) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DProgram.inc218 si.hStdInput = INVALID_HANDLE_VALUE;
225 si.hStdInput = RedirectIO(Redirects[0], 0, ErrMsg);
226 if (si.hStdInput == INVALID_HANDLE_VALUE) {
232 CloseHandle(si.hStdInput);
242 CloseHandle(si.hStdInput);
251 CloseHandle(si.hStdInput);
289 CloseHandle(si.hStdInput);
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProgram.inc299 si.hStdInput = INVALID_HANDLE_VALUE;
306 si.hStdInput = RedirectIO(redirects[0], 0, ErrMsg);
307 if (si.hStdInput == INVALID_HANDLE_VALUE) {
313 CloseHandle(si.hStdInput);
323 CloseHandle(si.hStdInput);
332 CloseHandle(si.hStdInput);
370 CloseHandle(si.hStdInput);
/external/llvm-project/llvm/lib/Support/Windows/
DProgram.inc225 si.hStdInput = INVALID_HANDLE_VALUE;
232 si.hStdInput = RedirectIO(Redirects[0], 0, ErrMsg);
233 if (si.hStdInput == INVALID_HANDLE_VALUE) {
239 CloseHandle(si.hStdInput);
249 CloseHandle(si.hStdInput);
258 CloseHandle(si.hStdInput);
289 CloseHandle(si.hStdInput);
/external/llvm/lib/Support/Windows/
DProgram.inc299 si.hStdInput = INVALID_HANDLE_VALUE;
306 si.hStdInput = RedirectIO(redirects[0], 0, ErrMsg);
307 if (si.hStdInput == INVALID_HANDLE_VALUE) {
313 CloseHandle(si.hStdInput);
323 CloseHandle(si.hStdInput);
332 CloseHandle(si.hStdInput);
370 CloseHandle(si.hStdInput);
/external/python/cpython2/PC/
Dw9xpopen.c88 si.hStdInput = GetStdHandle(STD_INPUT_HANDLE); in main()
D_subprocess.c464 si.hStdInput = gethandle(startup_info, "hStdInput"); in sp_CreateProcess()
/external/llvm-project/compiler-rt/test/asan/TestCases/Windows/
Ddll_control_c.cpp68 si.hStdInput = GetStdHandle(STD_INPUT_HANDLE); in run_parent()
/external/compiler-rt/test/asan/TestCases/Windows/
Ddll_control_c.cc68 si.hStdInput = GetStdHandle(STD_INPUT_HANDLE); in run_parent()
/external/grpc-grpc/src/core/lib/security/credentials/alts/
Dcheck_gcp_environment_windows.cc82 si.hStdInput = NULL; in run_powershell()
/external/perfetto/src/profiling/symbolizer/
Dsubprocess_windows.cc66 start_info.hStdInput = child_pipe_in_read_; in Subprocess()
/external/python/cpython3/Lib/
Dsubprocess.py175 def __init__(self, *, dwFlags=0, hStdInput=None, hStdOutput=None, argument
178 self.hStdInput = hStdInput
190 hStdInput=self.hStdInput,
1372 startupinfo.hStdInput = p2cread
/external/llvm-project/lldb/source/Host/windows/
DProcessLauncherWindows.cpp81 startupinfo.hStdInput = in LaunchProcess()
/external/google-breakpad/src/tools/windows/dump_syms/
Ddump_syms_unittest.cc129 startup_info.hStdInput = child_stdin_read; in RunCommand()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dos.cpp205 StartupInfo.hStdInput = hPipes[0].hRead; in ExecCmd()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_win.cc216 si.hStdInput = stdin_read.get(); in StartSymbolizerSubprocess()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_win.cpp246 si.hStdInput = stdin_read.get(); in StartSymbolizerSubprocess()
/external/perfetto/src/base/
Dsubprocess_windows.cc115 start_info.hStdInput = *s_->stdin_pipe.rd; in Start()
/external/angle/util/windows/
Dtest_utils_win.cpp173 startInfo.hStdInput = ::GetStdHandle(STD_INPUT_HANDLE); in WindowsProcess()
/external/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc120 startup_info.hStdInput = stdin_pipe_read; in Start()
/external/tensorflow/tensorflow/core/platform/windows/
Dsubprocess.cc255 si.hStdInput = child_pipe_[CHAN_STDIN]; in Start()
/external/python/cpython2/Lib/
Dsubprocess.py65 hStdInput = None variable in STARTUPINFO
606 startupinfo.hStdInput = p2cread
/external/deqp/execserver/
DxsWin32TestProcess.cpp538 startInfo.hStdInput = stdInRead; in start()
/external/deqp/framework/delibs/deutil/
DdeProcess.c699 startInfo.hStdInput = stdInRead; in deProcess_start()
/external/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc716 startup_info.hStdInput = ::GetStdHandle(STD_INPUT_HANDLE); in AssumeRole()
/external/llvm-project/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc761 startup_info.hStdInput = ::GetStdHandle(STD_INPUT_HANDLE); in AssumeRole()

12