Home
last modified time | relevance | path

Searched defs:execvp (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dos.py340 def execvp(file, args): function
/external/clang/tools/scan-build-py/libear/
Dear.c186 int execvp(const char *file, char *const argv[]) { in execvp() function
/external/python/cpython3/Lib/
Dos.py565 def execvp(file, args): function