Searched refs:execlpe (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/ |
D | os.py | 331 def execlpe(file, *args): function
|
/external/python/cpython3/Lib/ |
D | os.py | 559 def execlpe(file, *args): function
|
/external/rust/crates/libc/src/windows/ |
D | mod.rs | 448 pub fn execlpe(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execlpe() function
|
/external/python/cpython2/Doc/library/ |
D | os.rst | 1709 execlpe(file, arg0, arg1, ..., env) 1736 :func:`execlpe`, :func:`execvp`, and :func:`execvpe`) will use the 1745 For :func:`execle`, :func:`execlpe`, :func:`execve`, and :func:`execvpe` (note
|
/external/python/cpython3/Doc/library/ |
D | os.rst | 3579 execlpe(file, arg0, arg1, ..., env) 3606 :func:`execlpe`, :func:`execvp`, and :func:`execvpe`) will use the 3615 For :func:`execle`, :func:`execlpe`, :func:`execve`, and :func:`execvpe` (note
|