/system/sepolicy/tools/ |
D | checkfc.c | 240 static void do_compare_and_die_on_error(struct selinux_opt opts[], unsigned int backend, char *path… in do_compare_and_die_on_error() argument 246 opts[0].value = NULL; /* not validating against a policy when comparing */ in do_compare_and_die_on_error() 249 opts[1].value = paths[i]; in do_compare_and_die_on_error() 250 global_state.sepolicy.sehnd[i] = selabel_open(backend, opts, 2); in do_compare_and_die_on_error() 261 static void do_fc_check_and_die_on_error(struct selinux_opt opts[], unsigned int backend, filemode … in do_fc_check_and_die_on_error() argument 321 opts[1].value = context_file; in do_fc_check_and_die_on_error() 323 global_state.sepolicy.sehnd[0] = selabel_open(backend, opts, 2); in do_fc_check_and_die_on_error() 332 struct selinux_opt opts[] = { in main() local 389 do_compare_and_die_on_error(opts, backend, &(argv[index])); in main() 395 do_fc_check_and_die_on_error(opts, backend, mode, sepolicy_file, context_file, allow_empty); in main()
|
/system/core/sdcard/ |
D | sdcard.cpp | 119 auto opts = android::base::StringPrintf("fsuid=%d,fsgid=%d,%smask=%d,userid=%d,gid=%d", in sdcardfs_setup() local 122 MS_NOSUID | MS_NODEV | MS_NOEXEC | MS_NOATIME, opts.c_str()) == -1) { in sdcardfs_setup() 123 PLOG(WARNING) << "Failed to mount sdcardfs with options " << opts; in sdcardfs_setup() 134 std::string opts = android::base::StringPrintf("mask=%d,gid=%d", mask, gid); in sdcardfs_setup_bind_remount() local 143 MS_REMOUNT | MS_NOSUID | MS_NODEV | MS_NOEXEC | MS_NOATIME, opts.c_str()) != 0) { in sdcardfs_setup_bind_remount()
|
/system/extras/libperfmgr/tools/ |
D | ConfigVerifier.cc | 128 static struct option opts[] = { in main() local 137 int c = getopt_long(argc, argv, "c:ehv", opts, &option_index); in main()
|
/system/vold/ |
D | AppFuseUtil.cpp | 52 const auto opts = StringPrintf( in Mount() local 64 MS_NOSUID | MS_NODEV | MS_NOEXEC | MS_NOATIME, opts.c_str())); in Mount()
|
D | main.cpp | 150 static struct option opts[] = { in parse_args() local 158 while ((c = getopt_long(argc, argv, "", opts, nullptr)) != -1) { in parse_args()
|
/system/core/adb/daemon/ |
D | main.cpp | 278 static struct option opts[] = { in main() local 285 int c = getopt_long(argc, argv, "", opts, &option_index); in main()
|
/system/core/libsparse/ |
D | simg_dump.py | 47 opts, args = getopt.getopt(sys.argv[1:], 53 for o, a in opts:
|
/system/core/libion/ |
D | ion_test.c | 220 static struct option opts[] = { in main() local 232 c = getopt_long(argc, argv, "af:h:l:mr:st", opts, &i); in main()
|
/system/extras/tests/mmc_tracepoints/ |
D | README | 17 opts.
|
/system/bt/btif/co/ |
D | bta_hh_co.cc | 50 int opts = fcntl(fd, F_GETFL); in uhid_set_non_blocking() local 51 if (opts < 0) in uhid_set_non_blocking() 55 opts |= O_NONBLOCK; in uhid_set_non_blocking() 57 if (fcntl(fd, F_SETFL, opts) < 0) in uhid_set_non_blocking()
|
/system/core/libziparchive/ |
D | unzip.cpp | 277 static struct option opts[] = { in main() local 282 while ((opt = getopt_long(argc, argv, "-d:hlnopqvx", opts, nullptr)) != -1) { in main()
|
/system/core/libutils/include/utils/ |
D | Looper.h | 405 static sp<Looper> prepare(int opts);
|
/system/core/libutils/ |
D | Looper.cpp | 111 sp<Looper> Looper::prepare(int opts) { in prepare() argument 112 bool allowNonCallbacks = opts & PREPARE_ALLOW_NON_CALLBACKS; in prepare()
|
/system/sepolicy/private/ |
D | ephemeral_app.te | 59 # Allow heap profiling if the app opts in by being marked
|
D | untrusted_app_all.te | 151 # Allow heap profiling if the app opts in by being marked
|
D | priv_app.te | 161 # Allow heap profiling if the app opts in by being marked
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | ephemeral_app.te | 59 # Allow heap profiling if the app opts in by being marked
|
D | untrusted_app_all.te | 151 # Allow heap profiling if the app opts in by being marked
|
D | priv_app.te | 161 # Allow heap profiling if the app opts in by being marked
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | property_contexts | 19 dalvik.vm.extra-opts u:object_r:exported_dalvik_prop:s0 exact string
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | property_contexts | 24 dalvik.vm.extra-opts u:object_r:exported_dalvik_prop:s0 exact string
|
/system/sepolicy/public/ |
D | property_contexts | 24 dalvik.vm.extra-opts u:object_r:exported_dalvik_prop:s0 exact string
|