HomeSort by relevance Sort by last modified time
    Searched refs:android_fork_execvp_ext (Results 1 - 9 of 9) sorted by null

  /system/core/logwrapper/include/logwrap/
logwrap.h 68 /* Values for the log_target parameter android_fork_execvp_ext() */
75 int android_fork_execvp_ext(int argc, char* argv[], int *status, bool ignore_int_quit,
86 return android_fork_execvp_ext(argc, argv, status, ignore_int_quit,
  /system/core/logwrapper/
android_fork_execvp_ext_benchmark.cpp 26 int rc = android_fork_execvp_ext(
logwrapper.c 82 rc = android_fork_execvp_ext(argc, &argv[0], &status, true,
logwrap.c 476 int android_fork_execvp_ext(int argc, char* argv[], int *status, bool ignore_int_quit, function
  /system/core/init/
reboot.cpp 98 android_fork_execvp_ext(arraysize(f2fs_argv), (char**)f2fs_argv, &st, true, LOG_KLOG,
104 android_fork_execvp_ext(arraysize(ext4_argv), (char**)ext4_argv, &st, true, LOG_KLOG,
154 android_fork_execvp_ext(arraysize(vdc_argv), (char**)vdc_argv, &status, true, LOG_KLOG, true,
213 android_fork_execvp_ext(arraysize(lsof_argv), (char**)lsof_argv, &status, true, LOG_KLOG,
  /system/extras/ext4_utils/
ext4_crypt_init_extensions.cpp 62 int rc = android_fork_execvp_ext(arraysize(argv), (char**) argv, NULL, false,
  /system/extras/tests/fstest/
recovery_test.cpp 220 return android_fork_execvp_ext(ARRAY_SIZE(umount_argv), umount_argv,
234 return android_fork_execvp_ext(ARRAY_SIZE(mountall_argv), mountall_argv,
  /system/core/fs_mgr/
fs_mgr.cpp 205 ret = android_fork_execvp_ext(
209 ret = android_fork_execvp_ext(
231 ret = android_fork_execvp_ext(ARRAY_SIZE(f2fs_fsck_argv),
348 ret = android_fork_execvp_ext(ARRAY_SIZE(tune2fs_argv),
413 ret = android_fork_execvp_ext(ARRAY_SIZE(tune2fs_argv),
    [all...]
  /system/extras/puncture_fs/
puncture_fs.c 193 if (android_fork_execvp_ext(ARRAY_SIZE(rm_bin_argv), rm_bin_argv,

Completed in 808 milliseconds