Searched refs:shellexec (Results 1 – 4 of 4) sorted by relevance
/system/core/sh/ |
D | exec.h | 64 void shellexec(char **, char **, const char *, int, int)
|
D | exec.c | 119 shellexec(char **argv, char **envp, const char *path, int idx, int vforked) in shellexec() function 272 shellexec(new, envp, pathval(), 0); in execinterp()
|
D | eval.c | 1065 shellexec(argv, envp, path, cmdentry.u.index, vforked); in evalcommand() 1208 shellexec(argv + 1, environment(), pathval(), 0, 0); in execcmd()
|
D | TOUR | 249 The routine shellexec is the interface to the exec system call. 275 ment must be remembered and passed to shellexec. Second, if the
|