Home
last modified time | relevance | path

Searched refs:spawnlp (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dprocess.h172 …intptr_t __cdecl spawnlp(int,const char *_Filename,const char *_ArgList,...) __MINGW_ATTRIB_DEPREC…
/aosp_15_r20/external/python/cpython2/Lib/
Dos.py630 def spawnlp(mode, file, *args): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dos.py950 def spawnlp(mode, file, *args): function
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dos.py950 def spawnlp(mode, file, *args): function
/aosp_15_r20/external/python/cpython3/Lib/
Dos.py950 def spawnlp(mode, file, *args): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dos.py950 def spawnlp(mode, file, *args): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dos.py950 def spawnlp(mode, file, *args): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dos.py950 def spawnlp(mode, file, *args): function
/aosp_15_r20/external/python/cpython2/Doc/library/
Dos.rst2024 spawnlp(mode, file, ...)
2053 The variants which include a second "p" near the end (:func:`spawnlp`,
2067 :func:`spawnl`, :func:`spawnlp`, :func:`spawnv`, and :func:`spawnvp` all cause
2072 As an example, the following calls to :func:`spawnlp` and :func:`spawnvpe` are
2076 os.spawnlp(os.P_WAIT, 'cp', 'cp', 'index.html', '/dev/null')
2081 Availability: Unix, Windows. :func:`spawnlp`, :func:`spawnlpe`, :func:`spawnvp`
Dsubprocess.rst776 pid = os.spawnlp(os.P_NOWAIT, "/bin/mycmd", "mycmd", "myarg")
782 retcode = os.spawnlp(os.P_WAIT, "/bin/mycmd", "mycmd", "myarg")
/aosp_15_r20/external/python/cpython3/Doc/library/
Dos.rst4162 spawnlp(mode, file, ...)
4194 The variants which include a second "p" near the end (:func:`spawnlp`,
4208 :func:`spawnl`, :func:`spawnlp`, :func:`spawnv`, and :func:`spawnvp` all cause
4213 As an example, the following calls to :func:`spawnlp` and :func:`spawnvpe` are
4217 os.spawnlp(os.P_WAIT, 'cp', 'cp', 'index.html', '/dev/null')
4226 :func:`spawnlp`, :func:`spawnlpe`, :func:`spawnvp`
Dsubprocess.rst1392 pid = os.spawnlp(os.P_NOWAIT, "/bin/mycmd", "mycmd", "myarg")
1398 retcode = os.spawnlp(os.P_WAIT, "/bin/mycmd", "mycmd", "myarg")
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_os.py3165 exitcode = os.spawnlp(os.P_WAIT, program, *args)
/aosp_15_r20/external/python/cpython2/Modules/
Dposixmodule.c4935 pipe_pid = spawnlp(P_NOWAIT, shell, shell, opt, cmdstring, (char *)0); in _PyPopen()
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...