HomeSort by relevance Sort by last modified time
    Searched refs:shellexec (Results 1 - 3 of 3) sorted by null

  /system/core/sh/
exec.h 64 void shellexec(char **, char **, const char *, int, int)
exec.c 119 shellexec(char **argv, char **envp, const char *path, int idx, int vforked) function
151 TRACE(("shellexec failed for %s, errno %d, vforked %d, suppressint %d\n",
272 shellexec(new, envp, pathval(), 0);
423 * change the shellexec routine as well.
eval.c 1065 shellexec(argv, envp, path, cmdentry.u.index, vforked);
1208 shellexec(argv + 1, environment(), pathval(), 0, 0);

Completed in 1461 milliseconds