Searched refs:spawnvp (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Lib/ |
D | os.py | 893 def spawnvp(mode, file, args): function 956 return spawnvp(mode, file, args)
|
/third_party/python/Doc/library/ |
D | os.rst | 4059 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`
|
D | subprocess.rst | 1342 os.spawnvp(os.P_NOWAIT, path, args)
|
/third_party/gettext/gnulib-local/lib/ |
D | ChangeLog.1 | 1593 return value from spawnvp is already the exit code.
|
/third_party/python/Lib/test/ |
D | test_os.py | 3072 exitcode = os.spawnvp(os.P_WAIT, args[0], args)
|