/system/core/debuggerd/handler/ |
debuggerd_handler.cpp | 331 execl(CRASH_DUMP_PATH, CRASH_DUMP_NAME, main_tid, pseudothread_tid, debuggerd_dump_type,
|
/bionic/tests/ |
unistd_test.cpp | [all...] |
/external/elfutils/tests/ |
backtrace.c | 334 execl (exec, exec, "--ptraceme", NULL); 341 PID may have caught still ourselves before executing execl above. */
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
linux_ptrace_dumper_unittest.cc | 390 execl(helper_path.c_str(),
|
/external/ltp/testcases/kernel/fs/ftest/ |
ftest03.c | 247 execl("/bin/rm", "rm", "-rf", fuss, NULL);
|
ftest07.c | 246 execl("/bin/rm", "rm", "-rf", fuss, NULL);
|
/external/ltp/testcases/kernel/sched/sched_stress/ |
sched_driver.c | 319 * to do an 'execl' to run the testcase. If the pid returned is 326 execl(name1, name2, param1, param2, param3, param4, NULL); 327 printf("ERROR: start_testcase(): execl failed.\n");
|
/external/ltp/tools/pounder21/ |
run.c | 650 execl(progname, progname, buf, NULL);
|
/external/ppp/pppd/plugins/ |
winbind.c | 309 execl("/bin/sh", "sh", "-c", ntlm_auth, NULL);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/ |
os.py | 321 def execl(file, *args):
function 322 """execl(file, *args)
369 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
os.py | 336 def execl(file, *args):
function 337 """execl(file, *args)
384 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
os.py | 307 def execl(file, *args):
function 308 """execl(file, *args)
355 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
|
/external/e2fsprogs/lib/uuid/ |
gen_uuid.c | 528 execl(uuidd_path, "uuidd", "-qT", "300",
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
ldt_gdt.c | 561 execl("/proc/self/exe", "ldt_gdt_test_exec", NULL);
|
/external/python/cpython2/Lib/ |
os.py | 309 def execl(file, *args): function 310 """execl(file, *args) 357 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
unistd.h | 568 extern int execl (__const char *__path, __const char *__arg, ...) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
unistd.h | 574 extern int execl (__const char *__path, __const char *__arg, ...) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
os.py | 307 def execl(file, *args): function 308 """execl(file, *args) 355 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
os.py | 307 def execl(file, *args): function 308 """execl(file, *args) 355 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
os.py | 307 def execl(file, *args): function 308 """execl(file, *args) 355 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
os.py | 307 def execl(file, *args): function 308 """execl(file, *args) 355 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
|
/external/ppp/pppd/ |
main.c | [all...] |
/external/openssh/ |
session.c | [all...] |
sftp.c | 315 execl(shell, shell, "-c", args, (char *)NULL); 318 execl(shell, shell, (char *)NULL); [all...] |
/bionic/libc/include/ |
unistd.h | 97 int execl(const char* __path, const char* __arg0, ...) __attribute__((__sentinel__));
|