HomeSort by relevance Sort by last modified time
    Searched refs:execl (Results 26 - 50 of 85) sorted by null

12 3 4

  /system/vold/model/
PublicVolume.cpp 171 if (execl(kFusePath, kFusePath,
182 if (execl(kFusePath, kFusePath,
  /bionic/libc/bionic/
exec.cpp 74 int execl(const char* name, const char* arg, ...) { function
  /bionic/libc/upstream-netbsd/lib/libc/gen/
popen.c 154 execl(_PATH_BSHELL, "sh", "-c", command, NULL);
  /device/linaro/bootloader/edk2/StdLib/Include/
unistd.h 134 int execl(const char *, const char *, ...);
  /external/compiler-rt/test/asan/TestCases/Linux/
ptrace.cc 77 execl("/bin/true", "true", NULL);
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
ptrace.cc 27 execl("/bin/true", "true", NULL);
  /external/ltp/testcases/kernel/fs/fs_perms/
fs_perms.c 30 * Also now we try to run two different files, one is executed by execl,
127 * no binmft handler for it, execl does not.
130 execl(file_name, file_name, NULL);
  /external/toybox/toys/other/
login.c 163 execl(pwd->pw_shell, xmprintf("-%s", pwd->pw_shell), (char *)0);
  /external/curl/lib/
curl_ntlm_wb.c 220 execl(ntlm_auth, ntlm_auth,
227 execl(ntlm_auth, ntlm_auth,
234 failf(conn->data, "Could not execl(). errno %d: %s",
  /external/ltp/testcases/kernel/fs/ftest/
ftest02.c 206 execl("/bin/rm", "rm", "-rf", homedir, NULL);
223 execl("/bin/rm", "rm", "-rf", dirname, NULL);
ftest06.c 222 execl("/bin/rm", "rm", "-rf", homedir, NULL);
237 execl("/bin/rm", "rm", "-rf", dirname, NULL);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
process.h 156 int __cdecl execl(const char *_Filename,const char *_ArgList,...) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
161 intptr_t __cdecl execl(const char *_Filename,const char *_ArgList,...) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
  /external/syslinux/linux/
syslinux.c 175 execl(_PATH_MOUNT, _PATH_MOUNT, "-t", fstype, "-o", mnt_opts,
177 _exit(255); /* execl failed */
212 execl(_PATH_UMOUNT, _PATH_UMOUNT, mntpath, NULL);
  /cts/suite/audio_quality/lib/src/
SignalProcessingImpl.cpp 76 if (execl(SimpleScriptExec::PYTHON_PATH, SimpleScriptExec::PYTHON_PATH,
78 CHILD_LOGE("execl %s %s failed %d", SimpleScriptExec::PYTHON_PATH,
  /external/clang/tools/scan-build-py/tests/functional/exec/
main.c 196 char *const file = "execl.c";
202 FORK(execl(compiler, "cc", "-c", file, (char *)0);)
  /external/ltp/testcases/kernel/sched/sched_stress/
sched_tc6.c 291 if (execl(*args, *args, REAL_TIME, results_file, priority,
293 sys_error("execl failed", __FILE__, __LINE__);
  /external/ltp/testcases/kernel/security/tomoyo/
tomoyo_file_test.c 99 execl("/bin/true", "/bin/true", NULL);
tomoyo_new_file_test.c 159 execl("/bin/true", "/bin/true", NULL);
176 execl("/bin/true", "/bin/true", NULL);
  /external/ltp/testcases/network/nfsv4/acl/
acl1.c 56 exe = execl(str, NULL, NULL);
  /external/vboot_reference/futility/
misc.c 199 execl("/bin/cp", "/bin/cp", infile, outfile, NULL);
  /external/vboot_reference/host/lib/
host_signature.c 238 if (execl(external_signer, external_signer, pem_file, (char *) 0) < 0) {
239 VBDEBUG(("execl() of external signer failed\n"));
  /system/extras/alloc-stress/
alloc-stress.cpp 130 execl(isExPathAvailable ? exPath : exName, exName, "--worker", arg, readFdStr, writeFdStr,
  /system/netd/server/
IptablesRestoreController.cpp 174 if (execl(cmd,
181 ALOGE("execl(%s, ...) failed: %s", cmd, strerror(errno));
185 // This statement is unreachable. We abort() upon error, and execl
  /external/clang/tools/scan-build-py/libear/
ear.c 208 # error can not implement execl without execve
210 int execl(const char *path, const char *arg, ...) { function
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer_unittest.cc 366 execl(binpath.c_str(),
608 execl(helper_path.c_str(),

Completed in 1027 milliseconds

12 3 4