Searched refs:android_fork_execvp_ext (Results 1 – 11 of 11) sorted by relevance
/system/core/logwrapper/include/logwrap/ |
D | logwrap.h | 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, in android_fork_execvp()
|
/system/core/logwrapper/ |
D | logwrapper.c | 83 rc = android_fork_execvp_ext(argc, &argv[0], &status, true, in main()
|
D | logwrap.c | 484 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/ |
D | recovery_test.cpp | 225 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/ |
D | fsck_untrusted.te | 4 # Inherit and use pty created by android_fork_execvp_ext().
|
D | toolbox.te | 13 # Inherit and use pty created by android_fork_execvp_ext().
|
D | fsck.te | 11 # Inherit and use pty created by android_fork_execvp_ext().
|
/system/core/fs_mgr/ |
D | fs_mgr.c | 157 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/ |
D | NetdConstants.cpp | 137 int res = android_fork_execvp_ext( in execIptablesRestoreCommand()
|
/system/extras/puncture_fs/ |
D | puncture_fs.c | 189 if (android_fork_execvp_ext(ARRAY_SIZE(rm_bin_argv), rm_bin_argv, in puncture_fs()
|
/system/core/init/ |
D | builtins.cpp | 216 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()
|