Home
last modified time | relevance | path

Searched refs:CreateProcessW (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/v8/tools/v8windbg/test/
Ddebug-callbacks.cc82 HRESULT __stdcall MyCallback::CreateProcessW( in CreateProcessW() function in v8::internal::v8windbg_test::MyCallback
Ddebug-callbacks.h77 HRESULT __stdcall CreateProcessW(ULONG64 ImageFileHandle, ULONG64 Handle,
/third_party/libuv/test/
Drunner-win.c151 if (!CreateProcessW(image, args, NULL, NULL, TRUE, in process_start()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DProgram.inc180 // can_execute may succeed by looking at Program + ".exe". CreateProcessW
281 BOOL rc = CreateProcessW(ProgramUtf16.data(), CommandUtf16.data(), 0, 0,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProgram.inc261 // can_execute may succeed by looking at Program + ".exe". CreateProcessW
362 BOOL rc = CreateProcessW(ProgramUtf16.data(), CommandUtf16.data(), 0, 0,
/third_party/lzma/C/Util/SfxSetup/
DSfxSetup.c595 if (CreateProcessW(NULL, cmdLine, NULL, NULL, FALSE, 0, NULL, NULL, &si, &pi) == 0) in main()
/third_party/libuv/src/win/
Dprocess.c1103 if (!CreateProcessW(application_path, in uv_spawn()
/third_party/node/deps/uv/src/win/
Dprocess.c1103 if (!CreateProcessW(application_path, in uv_spawn()
/third_party/python/Modules/
D_winapi.c1138 result = CreateProcessW(application_name, in _winapi_CreateProcess_impl()
/third_party/python/PC/
Dlauncher.c811 ok = CreateProcessW(NULL, cmdline, NULL, NULL, TRUE, in run_child()
/third_party/python/Misc/NEWS.d/
D3.8.0a1.rst2164 Copy command line that was passed to CreateProcessW since this function can