Searched refs:execle (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/include/ | ||
D | unistd.h | 70 extern int execle(const char *, const char *, ...); |
/bionic/libc/unistd/ | ||
D | exec.c | 73 execle(const char *name, const char *arg, ...) in execle() function |