/third_party/python/Lib/multiprocessing/ |
H A D | popen_spawn_win32.py | 74 hp, ht, pid, tid = _winapi.CreateProcess(
|
/third_party/gn/src/gn/ |
H A D | exec_process.cc | 103 if (!CreateProcess( in ExecProcess()
|
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/ |
H A D | SfxSetup.cpp | 345 const BOOL createResult = CreateProcess(NULL,
in WinMain()
|
/third_party/libwebsockets/lib/plat/windows/ |
H A D | windows-spawn.c | 497 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 D | xsWin32TestProcess.cpp | 541 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 D | deProcess.c | 702 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 D | subprocess.py | 1538 hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
|
/third_party/libabigail/ |
H A D | ltmain.sh | 4933 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | ltmain.sh | 4953 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function
|
/third_party/eudev/ |
H A D | ltmain.sh | 6379 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function
|
/third_party/curl/ |
H A D | ltmain.sh | 6580 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function
|
/third_party/lame/ |
H A D | ltmain.sh | 6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function
|
/third_party/node/deps/cares/ |
H A D | ltmain.sh | 6580 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function
|
/third_party/node/deps/cares/config/ |
H A D | ltmain.sh | 6580 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function
|
/third_party/libevdev/build-aux/ |
H A D | ltmain.sh | 6581 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function
|
/third_party/skia/third_party/externals/libpng/ |
H A D | ltmain.sh | 6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function
|