Home
last modified time | relevance | path

Searched refs:android_fork_execvp_ext (Results 1 – 11 of 11) sorted by relevance

/system/core/logwrapper/include/logwrap/
Dlogwrap.h96 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, in android_fork_execvp()
/system/core/logwrapper/
Dlogwrapper.c83 rc = android_fork_execvp_ext(argc, &argv[0], &status, true, in main()
Dlogwrap.c484 int android_fork_execvp_ext(int argc, char* argv[], int *status, bool ignore_int_quit, in android_fork_execvp_ext() function
/system/extras/tests/fstest/
Drecovery_test.cpp225 return android_fork_execvp_ext(ARRAY_SIZE(umount_argv), umount_argv, in unmountCache()
239 return android_fork_execvp_ext(ARRAY_SIZE(mountall_argv), mountall_argv, in mountAll()
/system/sepolicy/
Dfsck_untrusted.te4 # Inherit and use pty created by android_fork_execvp_ext().
Dtoolbox.te13 # Inherit and use pty created by android_fork_execvp_ext().
Dfsck.te11 # Inherit and use pty created by android_fork_execvp_ext().
/system/core/fs_mgr/
Dfs_mgr.c157 ret = android_fork_execvp_ext(ARRAY_SIZE(e2fsck_argv), e2fsck_argv, in check_fs()
174 ret = android_fork_execvp_ext(ARRAY_SIZE(f2fs_fsck_argv), f2fs_fsck_argv, in check_fs()
829 err = android_fork_execvp_ext(ARRAY_SIZE(mkswap_argv), mkswap_argv, in fs_mgr_swapon_all()
/system/netd/server/
DNetdConstants.cpp137 int res = android_fork_execvp_ext( in execIptablesRestoreCommand()
/system/extras/puncture_fs/
Dpuncture_fs.c189 if (android_fork_execvp_ext(ARRAY_SIZE(rm_bin_argv), rm_bin_argv, in puncture_fs()
/system/core/init/
Dbuiltins.cpp216 android_fork_execvp_ext(ARRAY_SIZE(f2fs_argv), (char **)f2fs_argv, in unmount_and_fsck()
222 android_fork_execvp_ext(ARRAY_SIZE(ext4_argv), (char **)ext4_argv, in unmount_and_fsck()