Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dos.py331 def execlpe(file, *args): function
/external/python/cpython3/Lib/
Dos.py559 def execlpe(file, *args): function
/external/rust/crates/libc/src/windows/
Dmod.rs448 pub fn execlpe(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execlpe() function
/external/python/cpython2/Doc/library/
Dos.rst1709 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/
Dos.rst3579 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