Home
last modified time | relevance | path

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

12

/third_party/boost/libs/winapi/test/run/
Dprocess_abi.cpp103 …e)(dwXCountChars)(dwYCountChars)(dwFillAttribute)(dwFlags)(wShowWindow)(hStdInput)(hStdOutput)(hSt… in main()
105 …e)(dwXCountChars)(dwYCountChars)(dwFillAttribute)(dwFlags)(wShowWindow)(hStdInput)(hStdOutput)(hSt… in main()
/third_party/skia/third_party/externals/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);
/third_party/boost/boost/process/detail/windows/
Dclose_in.hpp24 e.startup_info.hStdInput = boost::winapi::INVALID_HANDLE_VALUE_; in on_setup()
Dnull_in.hpp37 e.startup_info.hStdInput = source.handle(); in on_setup()
Dfile_in.hpp40 e.startup_info.hStdInput = handle; in on_setup()
Dpipe_in.hpp41 e.startup_info.hStdInput = handle; in on_setup()
Dasync_in.hpp102 exec.startup_info.hStdInput = source_handle; in on_setup()
/third_party/skia/third_party/externals/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);
/third_party/ninja/src/
Dmsvc_helper-win32.cc63 startup_info.hStdInput = nul; in Run()
Dsubprocess-win32.cc95 startup_info.hStdInput = nul; in Start()
/third_party/python/Lib/
Dsubprocess.py171 def __init__(self, *, dwFlags=0, hStdInput=None, hStdOutput=None, argument
174 self.hStdInput = hStdInput
186 hStdInput=self.hStdInput,
1391 startupinfo.hStdInput = p2cread
/third_party/boost/boost/winapi/
Dprocess.hpp331 HANDLE_ hStdInput; member
353 HANDLE_ hStdInput; member
/third_party/skia/third_party/externals/tint/src/utils/io/
Dcommand_windows.cc175 si.hStdInput = stdin_pipe.read; in Exec()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dos.cpp207 StartupInfo.hStdInput = hPipes[0].hRead; in ExecCmd()
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dsystem_utils_win.cpp179 startInfo.hStdInput = GetStdHandle(STD_INPUT_HANDLE); in RunApp()
/third_party/libuv/test/
Drunner-win.c147 si.hStdInput = nul; in process_start()
/third_party/gn/src/gn/
Dexec_process.cc92 start_info.hStdInput = GetStdHandle(STD_INPUT_HANDLE); in ExecProcess()
/third_party/skia/third_party/externals/angle2/util/windows/
Dtest_utils_win.cpp173 startInfo.hStdInput = ::GetStdHandle(STD_INPUT_HANDLE); in WindowsProcess()
/third_party/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc120 startup_info.hStdInput = stdin_pipe_read; in Start()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-spawn.c491 si.hStdInput = lsp->pipe_fds[LWS_STDIN][0]; in lws_spawn_piped()
/third_party/vk-gl-cts/execserver/
DxsWin32TestProcess.cpp538 startInfo.hStdInput = stdInRead; in start()
/third_party/vk-gl-cts/framework/delibs/deutil/
DdeProcess.c699 startInfo.hStdInput = stdInRead; in deProcess_start()
/third_party/boost/tools/build/src/engine/
Dexecnt.cpp548 si.hStdInput = GetStdHandle( STD_INPUT_HANDLE ); in invoke_cmd()
/third_party/libuv/src/win/
Dprocess.c1065 startup.hStdInput = uv__stdio_handle(process->child_stdio_buffer, 0); in uv_spawn()
/third_party/mesa3d/src/gtest/src/
Dgtest-death-test.cc790 startup_info.hStdInput = ::GetStdHandle(STD_INPUT_HANDLE); in AssumeRole()

12