/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | process.h | 172 …intptr_t __cdecl spawnlp(int,const char *_Filename,const char *_ArgList,...) __MINGW_ATTRIB_DEPREC…
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | os.py | 630 def spawnlp(mode, file, *args): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | os.py | 950 def spawnlp(mode, file, *args): function
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | os.py | 950 def spawnlp(mode, file, *args): function
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | os.py | 950 def spawnlp(mode, file, *args): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | os.py | 950 def spawnlp(mode, file, *args): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | os.py | 950 def spawnlp(mode, file, *args): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | os.py | 950 def spawnlp(mode, file, *args): function
|
/aosp_15_r20/external/python/cpython2/Doc/library/ |
D | os.rst | 2024 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`
|
D | subprocess.rst | 776 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/ |
D | os.rst | 4162 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`
|
D | subprocess.rst | 1392 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/ |
D | test_os.py | 3165 exitcode = os.spawnlp(os.P_WAIT, program, *args)
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | posixmodule.c | 4935 pipe_pid = spawnlp(P_NOWAIT, shell, shell, opt, cmdstring, (char *)0); in _PyPopen()
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | jython-standalone-2.5.3.jar | META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF/NOTICE
META- ... |