/aosp_15_r20/sdk/sdklauncher/src/source/ |
H A D | sdklauncher.c | 104 ret = CreateProcess( in sdk_launcher() 121 ret = CreateProcess( in sdk_launcher()
|
/aosp_15_r20/sdk/find_java2/src/ |
H A D | utils.cpp | 158 int ret = CreateProcess( in execNoWait() 192 int ret = CreateProcess( in execWait()
|
/aosp_15_r20/external/cronet/base/process/ |
H A D | launch_win.cc | 91 if (!CreateProcess(nullptr, data(writable_command_line_string), nullptr, in GetAppOutputInternal() 411 if (!CreateProcess(nullptr, data(writable_cmdline), nullptr, nullptr, in LaunchProcess()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | processthreadsapi.h | 120 #define CreateProcess __MINGW_NAME_AW(CreateProcess) macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Host/windows/ |
D | windows.h | 20 #undef CreateProcess
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Host/windows/ |
D | windows.h | 20 #undef CreateProcess
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Host/windows/ |
D | windows.h | 20 #undef CreateProcess
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Host/windows/ |
D | windows.h | 20 #undef CreateProcess
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
H A D | Program.inc | 148 /// CreateProcess. 179 /// CreateProcess and returns length of quoted arg with escaped quotes 494 // The documented max length of the command line passed to CreateProcess.
|
/aosp_15_r20/external/python/cpython2/PC/ |
D | w9xpopen.c | 92 bRet = CreateProcess( in main()
|
/aosp_15_r20/sdk/avdlauncher/src/source/ |
H A D | avdlauncher.c | 102 ret = CreateProcess( in avd_launcher()
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | audit_events.rst | 39 | _winapi.CreateProcess | ``application_name``, ``command_line``, |
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/gpr/ |
H A D | subprocess_windows.cc | 59 if (!CreateProcess(NULL, const_cast<LPTSTR>(args.c_str()), NULL, NULL, FALSE, in gpr_subprocess_create()
|
/aosp_15_r20/external/cronet/base/win/ |
H A D | startup_information_unittest.cc | 78 ASSERT_TRUE(::CreateProcess( in TEST()
|
H A D | scoped_process_information_unittest.cc | 58 EXPECT_TRUE(::CreateProcess(nullptr, std::data(cmd_line), nullptr, nullptr, in DoCreateProcess()
|
/aosp_15_r20/external/llvm/lib/Support/Windows/ |
H A D | Program.inc | 149 /// CreateProcess. 180 /// CreateProcess and returns length of quoted arg with escaped quotes 539 // The documented max length of the command line passed to CreateProcess.
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/doc/images/ |
D | plantuml.txt | 102 Father->Child : CreateProcess
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/ |
D | popen_spawn_win32.py | 74 hp, ht, pid, tid = _winapi.CreateProcess(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/multiprocessing/ |
D | popen_spawn_win32.py | 74 hp, ht, pid, tid = _winapi.CreateProcess(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/ |
D | popen_spawn_win32.py | 74 hp, ht, pid, tid = _winapi.CreateProcess(
|
/aosp_15_r20/external/python/cpython3/Lib/multiprocessing/ |
D | popen_spawn_win32.py | 74 hp, ht, pid, tid = _winapi.CreateProcess(
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/multiprocessing/ |
H A D | popen_spawn_win32.py | 74 hp, ht, pid, tid = _winapi.CreateProcess(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/multiprocessing/ |
D | popen_spawn_win32.py | 74 hp, ht, pid, tid = _winapi.CreateProcess(
|
/aosp_15_r20/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
H A D | SfxSetup.cpp | 348 const BOOL createResult = CreateProcess(NULL, in WinMain()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/ |
D | exec_windows.go | 390 …err = CreateProcess(argv0p, argvp, sys.ProcessAttributes, sys.ThreadAttributes, willInheritHandles…
|