Home
last modified time | relevance | path

Searched refs:CreateProcess (Results 1 - 16 of 16) sorted by relevance

/third_party/python/Lib/multiprocessing/
H A Dpopen_spawn_win32.py74 hp, ht, pid, tid = _winapi.CreateProcess(
/third_party/gn/src/gn/
H A Dexec_process.cc103 if (!CreateProcess( in ExecProcess()
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp345 const BOOL createResult = CreateProcess(NULL, in WinMain()
/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-spawn.c497 if (!CreateProcess(NULL, cli, NULL, NULL, TRUE, 0, NULL, NULL, &si, &pi)) { in lws_spawn_piped()
498 lwsl_err("%s: CreateProcess failed 0x%x\n", __func__, in lws_spawn_piped()
/third_party/vk-gl-cts/execserver/
H A DxsWin32TestProcess.cpp541 if (!CreateProcess(DE_NULL, (LPTSTR)commandLine, DE_NULL, DE_NULL, TRUE /* inherit handles */, 0, DE_NULL, workingDirectory, &startInfo, &m_procInfo)) in start()
542 throw Error(GetLastError(), "CreateProcess() failed"); in start()
/third_party/vk-gl-cts/framework/delibs/deutil/
H A DdeProcess.c702 if (!CreateProcess(DE_NULL, (LPTSTR)commandLine, DE_NULL, DE_NULL, TRUE /* inherit handles */, 0, DE_NULL, workingDirectory, &startInfo, &process->procInfo)) in deProcess_start()
705 deProcess_setErrorFromWin32(process, "CreateProcess() failed"); in deProcess_start()
/third_party/python/Lib/
H A Dsubprocess.py1538 hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
/third_party/libabigail/
H A Dltmain.sh4933 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function
/third_party/skia/third_party/externals/microhttpd/
H A Dltmain.sh4953 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function
/third_party/eudev/
H A Dltmain.sh6379 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function
/third_party/curl/
H A Dltmain.sh6580 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function
/third_party/lame/
H A Dltmain.sh6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function
/third_party/node/deps/cares/
H A Dltmain.sh6580 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function
/third_party/node/deps/cares/config/
H A Dltmain.sh6580 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function
/third_party/libevdev/build-aux/
H A Dltmain.sh6581 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function
/third_party/skia/third_party/externals/libpng/
H A Dltmain.sh6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function

Completed in 87 milliseconds