Searched refs:CreateProcessW (Results 1 – 11 of 11) sorted by relevance
| /third_party/node/deps/v8/tools/v8windbg/test/ |
| D | debug-callbacks.cc | 82 HRESULT __stdcall MyCallback::CreateProcessW( in CreateProcessW() function in v8::internal::v8windbg_test::MyCallback
|
| D | debug-callbacks.h | 77 HRESULT __stdcall CreateProcessW(ULONG64 ImageFileHandle, ULONG64 Handle,
|
| /third_party/libuv/test/ |
| D | runner-win.c | 151 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/ |
| D | Program.inc | 180 // 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/ |
| D | Program.inc | 261 // 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/ |
| D | SfxSetup.c | 595 if (CreateProcessW(NULL, cmdLine, NULL, NULL, FALSE, 0, NULL, NULL, &si, &pi) == 0) in main()
|
| /third_party/libuv/src/win/ |
| D | process.c | 1103 if (!CreateProcessW(application_path, in uv_spawn()
|
| /third_party/node/deps/uv/src/win/ |
| D | process.c | 1103 if (!CreateProcessW(application_path, in uv_spawn()
|
| /third_party/python/Modules/ |
| D | _winapi.c | 1138 result = CreateProcessW(application_name, in _winapi_CreateProcess_impl()
|
| /third_party/python/PC/ |
| D | launcher.c | 811 ok = CreateProcessW(NULL, cmdline, NULL, NULL, TRUE, in run_child()
|
| /third_party/python/Misc/NEWS.d/ |
| D | 3.8.0a1.rst | 2164 Copy command line that was passed to CreateProcessW since this function can
|