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

  /bionic/libc/unistd/
exec.c 47 execl(const char *name, const char *arg, ...) function
  /development/simulator/wrapsim/
Intercept.c 90 execl(), execlp(), execle(), execv(), execvp(), fopen(), ftw(), getwd(),
359 * Copy the argument list out of varargs for execl/execlp/execle. This
412 int execl(const char* path, const char* arg, ...) function
419 dumpExecArgs("execl", path, argc, argv, NULL);
420 path = rewritePath("execl", pathBuf, path);
454 path = rewritePath("execl", pathBuf, path);
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/
Xw32defs.h 33 #define execl _execl macro

Completed in 48 milliseconds