Searched defs:__execl (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dexec.cpp48 static int __execl(const char* name, const char* argv0, ExecVariant variant, va_list ap) { function
77 int result = __execl(name, arg, kIsExecL, ap);
85 int result = __execl(name, arg, kIsExecLE, ap);
93 int result = __execl(name, arg, kIsExecLP, ap);

Completed in 22 milliseconds