Home
last modified time | relevance | path

Searched refs:spawnvp (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/
Dos.py893 def spawnvp(mode, file, args): function
956 return spawnvp(mode, file, args)
/third_party/python/Doc/library/
Dos.rst4059 spawnvp(mode, file, args)
4088 :func:`spawnlpe`, :func:`spawnvp`, and :func:`spawnvpe`) will use the
4101 :func:`spawnl`, :func:`spawnlp`, :func:`spawnv`, and :func:`spawnvp` all cause
4117 .. availability:: Unix, Windows. :func:`spawnlp`, :func:`spawnlpe`, :func:`spawnvp`
Dsubprocess.rst1342 os.spawnvp(os.P_NOWAIT, path, args)
/third_party/gettext/gnulib-local/lib/
DChangeLog.11593 return value from spawnvp is already the exit code.
/third_party/python/Lib/test/
Dtest_os.py3072 exitcode = os.spawnvp(os.P_WAIT, args[0], args)