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

  /system/core/logwrapper/include/logwrap/
logwrap.h 69 /* Values for the log_target parameter android_fork_execvp_ext() */
96 int android_fork_execvp_ext(int argc, char* argv[], int *status, bool ignore_int_quit,
107 return android_fork_execvp_ext(argc, argv, status, ignore_int_quit,
  /system/core/logwrapper/
logwrapper.c 83 rc = android_fork_execvp_ext(argc, &argv[0], &status, true,
logwrap.c 484 int android_fork_execvp_ext(int argc, char* argv[], int *status, bool ignore_int_quit, function
  /system/extras/tests/fstest/
recovery_test.cpp 225 return android_fork_execvp_ext(ARRAY_SIZE(umount_argv), umount_argv,
239 return android_fork_execvp_ext(ARRAY_SIZE(mountall_argv), mountall_argv,
  /system/core/fs_mgr/
fs_mgr.c 157 ret = android_fork_execvp_ext(ARRAY_SIZE(e2fsck_argv), e2fsck_argv,
174 ret = android_fork_execvp_ext(ARRAY_SIZE(f2fs_fsck_argv), f2fs_fsck_argv,
831 err = android_fork_execvp_ext(ARRAY_SIZE(mkswap_argv), mkswap_argv,
  /system/extras/puncture_fs/
puncture_fs.c 189 if (android_fork_execvp_ext(ARRAY_SIZE(rm_bin_argv), rm_bin_argv,
  /system/netd/server/
NetdConstants.cpp 137 int res = android_fork_execvp_ext(
  /system/core/init/
builtins.cpp 216 android_fork_execvp_ext(ARRAY_SIZE(f2fs_argv), (char **)f2fs_argv,
222 android_fork_execvp_ext(ARRAY_SIZE(ext4_argv), (char **)ext4_argv,
    [all...]

Completed in 974 milliseconds