Home
last modified time | relevance | path

Searched refs:CreateProcess (Results 1 – 25 of 82) sorted by relevance

1234

/aosp_15_r20/sdk/sdklauncher/src/source/
H A Dsdklauncher.c104 ret = CreateProcess( in sdk_launcher()
121 ret = CreateProcess( in sdk_launcher()
/aosp_15_r20/sdk/find_java2/src/
H A Dutils.cpp158 int ret = CreateProcess( in execNoWait()
192 int ret = CreateProcess( in execWait()
/aosp_15_r20/external/cronet/base/process/
H A Dlaunch_win.cc91 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/
Dprocessthreadsapi.h120 #define CreateProcess __MINGW_NAME_AW(CreateProcess) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Host/windows/
Dwindows.h20 #undef CreateProcess
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Host/windows/
Dwindows.h20 #undef CreateProcess
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Host/windows/
Dwindows.h20 #undef CreateProcess
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Host/windows/
Dwindows.h20 #undef CreateProcess
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
H A DProgram.inc148 /// 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/
Dw9xpopen.c92 bRet = CreateProcess( in main()
/aosp_15_r20/sdk/avdlauncher/src/source/
H A Davdlauncher.c102 ret = CreateProcess( in avd_launcher()
/aosp_15_r20/external/python/cpython3/Doc/library/
Daudit_events.rst39 | _winapi.CreateProcess | ``application_name``, ``command_line``, |
/aosp_15_r20/external/grpc-grpc/src/core/lib/gpr/
H A Dsubprocess_windows.cc59 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 Dstartup_information_unittest.cc78 ASSERT_TRUE(::CreateProcess( in TEST()
H A Dscoped_process_information_unittest.cc58 EXPECT_TRUE(::CreateProcess(nullptr, std::data(cmd_line), nullptr, nullptr, in DoCreateProcess()
/aosp_15_r20/external/llvm/lib/Support/Windows/
H A DProgram.inc149 /// 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/
Dplantuml.txt102 Father->Child : CreateProcess
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/
Dpopen_spawn_win32.py74 hp, ht, pid, tid = _winapi.CreateProcess(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/multiprocessing/
Dpopen_spawn_win32.py74 hp, ht, pid, tid = _winapi.CreateProcess(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/
Dpopen_spawn_win32.py74 hp, ht, pid, tid = _winapi.CreateProcess(
/aosp_15_r20/external/python/cpython3/Lib/multiprocessing/
Dpopen_spawn_win32.py74 hp, ht, pid, tid = _winapi.CreateProcess(
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/multiprocessing/
H A Dpopen_spawn_win32.py74 hp, ht, pid, tid = _winapi.CreateProcess(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/multiprocessing/
Dpopen_spawn_win32.py74 hp, ht, pid, tid = _winapi.CreateProcess(
/aosp_15_r20/external/lzma/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp348 const BOOL createResult = CreateProcess(NULL, in WinMain()
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dexec_windows.go390 …err = CreateProcess(argv0p, argvp, sys.ProcessAttributes, sys.ThreadAttributes, willInheritHandles…

1234