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

  /bionic/libc/unistd/
exec.c 122 return (execvp(name, argv));
133 execvp(const char *name, char * const *argv) function
188 iov[0].iov_base = "execvp: ";
  /development/simulator/wrapsim/
Intercept.c 90 execl(), execlp(), execle(), execv(), execvp(), fopen(), ftw(), getwd(),
460 * Extract varargs, convert paths, hand off to execvp.
488 * Shouldn't need to do anything unless they specified a full path to execvp.
490 int execvp(const char* file, char* const argv[]) function
496 file = rewritePath("execvp", pathBuf, file);
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/
Xw32defs.h 39 #define execvp _execvp macro

Completed in 55 milliseconds