Searched refs:CreateProcessW (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/boost/winapi/ |
D | process.hpp | 76 BOOST_WINAPI_IMPORT_EXCEPT_WM boost::winapi::BOOL_ BOOST_WINAPI_WINAPI_CC CreateProcessW( 88 BOOST_WINAPI_IMPORT boost::winapi::BOOL_ BOOST_WINAPI_WINAPI_CC CreateProcessW( 461 BOOST_FORCEINLINE BOOL_ CreateProcessW( in CreateProcessW() function 473 return ::CreateProcessW( in CreateProcessW() 502 return ::CreateProcessW( in create_process()
|
/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/glib/glib/ |
D | gwin32.c | 1186 if (0 != CreateProcessW (NULL, in g_win32_veh_handler()
|
/third_party/libuv/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/glib/gio/ |
D | gdbusprivate.c | 2399 res = CreateProcessW (exe_path, args, in _g_dbus_win32_get_session_address_dbus_launch()
|
/third_party/python/Misc/NEWS.d/ |
D | 3.8.0a1.rst | 2164 Copy command line that was passed to CreateProcessW since this function can
|