/third_party/python/Doc/library/ |
D | audit_events.rst | 39 | _winapi.CreateProcess | ``application_name``, ``command_line``, |
|
D | subprocess.rst | 348 the class uses the Windows ``CreateProcess()`` function. The arguments to 390 the underlying ``CreateProcess()`` operates on strings. 612 passed to the underlying ``CreateProcess`` function.
|
/third_party/grpc/test/core/util/ |
D | subprocess_windows.cc | 57 if (!CreateProcess(NULL, args_tchar, NULL, NULL, FALSE, in gpr_subprocess_create()
|
/third_party/glib/tests/ |
D | child-test.c | 67 if (!CreateProcess (argv0, cmdline, NULL, NULL, FALSE, 0, NULL, NULL, &si, &pi)) in get_a_child()
|
/third_party/boost/libs/process/doc/images/ |
D | plantuml.txt | 102 Father->Child : CreateProcess
|
/third_party/python/Lib/multiprocessing/ |
D | popen_spawn_win32.py | 73 hp, ht, pid, tid = _winapi.CreateProcess(
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | processthreadsapi.h | 125 #define CreateProcess __MINGW_NAME_AW(CreateProcess) macro
|
D | dbgeng.h | 219 STDMETHOD(CreateProcess)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags) PURE; in DECLARE_INTERFACE_() local 290 STDMETHOD(CreateProcess)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags) PURE; in DECLARE_INTERFACE_() local 352 STDMETHOD(CreateProcess)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags) PURE; in DECLARE_INTERFACE_() local 417 STDMETHOD(CreateProcess)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags) PURE; in DECLARE_INTERFACE_() local 1393 …STDMETHOD(CreateProcess)(THIS_ ULONG64 ImageFileHandle,ULONG64 Handle,ULONG64 BaseOffset,ULONG Mod… in DECLARE_INTERFACE_() local 1866 …STDMETHOD(CreateProcess)(THIS_ ULONG64 ImageFileHandle,ULONG64 Handle,ULONG64 BaseOffset,ULONG Mod… in STDMETHOD() argument
|
/third_party/flutter/skia/third_party/externals/sdl/visualtest/src/windows/ |
D | windows_process.c | 91 success = CreateProcess(NULL, command_line, NULL, NULL, FALSE, in SDL_LaunchProcess()
|
/third_party/gn/src/gn/ |
D | exec_process.cc | 101 if (!CreateProcess( in ExecProcess()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Program.inc | 149 /// CreateProcess. 180 /// CreateProcess and returns length of quoted arg with escaped quotes 539 // The documented max length of the command line passed to CreateProcess.
|
/third_party/libuv/docs/src/ |
D | process.rst | 184 Windows this uses `CreateProcess` which concatenates the arguments into a
|
/third_party/boost/libs/smart_ptr/doc/smart_ptr/ |
D | techniques.adoc | 520 HANDLE CreateProcess(); 531 shared_ptr<void> pv(CreateProcess(), CloseHandle);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Program.inc | 515 // The documented max length of the command line passed to CreateProcess.
|
/third_party/python/Lib/ |
D | subprocess.py | 1420 hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
|
/third_party/python/PC/bdist_wininst/ |
D | install.c | 2343 if (CreateProcess(NULL, in remove_exe()
|
/third_party/skia/third_party/externals/microhttpd/ |
D | ltmain.sh | 4953 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
|
/third_party/libjpeg/ |
D | ltmain.sh | 6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ltmain.sh | 6423 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
|
/third_party/node/deps/cares/ |
D | ltmain.sh | 6423 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
|
/third_party/mtdev/config-aux/ |
D | ltmain.sh | 6546 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
|
/third_party/gstreamer/gstreamer/ |
D | ltmain.sh | 6423 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
|
/third_party/skia/third_party/externals/libpng/ |
D | ltmain.sh | 6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
|
/third_party/e2fsprogs/config/ |
D | ltmain.sh | 6423 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
|
/third_party/wayland_standard/ |
D | ltmain.sh | 6546 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
|