Home
last modified time | relevance | path

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

12

/third_party/python/Doc/library/
Daudit_events.rst39 | _winapi.CreateProcess | ``application_name``, ``command_line``, |
Dsubprocess.rst348 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/
Dsubprocess_windows.cc57 if (!CreateProcess(NULL, args_tchar, NULL, NULL, FALSE, in gpr_subprocess_create()
/third_party/glib/tests/
Dchild-test.c67 if (!CreateProcess (argv0, cmdline, NULL, NULL, FALSE, 0, NULL, NULL, &si, &pi)) in get_a_child()
/third_party/boost/libs/process/doc/images/
Dplantuml.txt102 Father->Child : CreateProcess
/third_party/python/Lib/multiprocessing/
Dpopen_spawn_win32.py73 hp, ht, pid, tid = _winapi.CreateProcess(
/third_party/mingw-w64/mingw-w64-headers/include/
Dprocessthreadsapi.h125 #define CreateProcess __MINGW_NAME_AW(CreateProcess) macro
Ddbgeng.h219 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/
Dwindows_process.c91 success = CreateProcess(NULL, command_line, NULL, NULL, FALSE, in SDL_LaunchProcess()
/third_party/gn/src/gn/
Dexec_process.cc101 if (!CreateProcess( in ExecProcess()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProgram.inc149 /// 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/
Dprocess.rst184 Windows this uses `CreateProcess` which concatenates the arguments into a
/third_party/boost/libs/smart_ptr/doc/smart_ptr/
Dtechniques.adoc520 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/
DProgram.inc515 // The documented max length of the command line passed to CreateProcess.
/third_party/python/Lib/
Dsubprocess.py1420 hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
/third_party/python/PC/bdist_wininst/
Dinstall.c2343 if (CreateProcess(NULL, in remove_exe()
/third_party/skia/third_party/externals/microhttpd/
Dltmain.sh4953 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/third_party/libjpeg/
Dltmain.sh6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/third_party/gstreamer/gstplugins_bad/
Dltmain.sh6423 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/third_party/node/deps/cares/
Dltmain.sh6423 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/third_party/mtdev/config-aux/
Dltmain.sh6546 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/third_party/gstreamer/gstreamer/
Dltmain.sh6423 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/third_party/skia/third_party/externals/libpng/
Dltmain.sh6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/third_party/e2fsprogs/config/
Dltmain.sh6423 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/third_party/wayland_standard/
Dltmain.sh6546 CreateProcess(). We must quote the arguments since Win32 CreateProcess()

12