Searched refs:execlpe (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/ |
D | os.py | 559 def execlpe(file, *args): function
|
/third_party/python/Doc/library/ |
D | os.rst | 3578 execlpe(file, arg0, arg1, ..., env) 3605 :func:`execlpe`, :func:`execvp`, and :func:`execvpe`) will use the 3614 For :func:`execle`, :func:`execlpe`, :func:`execve`, and :func:`execvpe` (note
|