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

  /external/selinux/libselinux/src/android/
android.c 13 { SELABEL_OPT_PATH, "/system/etc/selinux/plat_service_contexts" },
14 { SELABEL_OPT_PATH, "/plat_service_contexts" }
17 { SELABEL_OPT_PATH, "/product/etc/selinux/product_service_contexts" },
18 { SELABEL_OPT_PATH, "/product_service_contexts" }
21 { SELABEL_OPT_PATH, "/vendor/etc/selinux/vendor_service_contexts" },
22 { SELABEL_OPT_PATH, "/vendor_service_contexts" },
24 { SELABEL_OPT_PATH, "/vendor/etc/selinux/nonplat_service_contexts" },
25 { SELABEL_OPT_PATH, "/nonplat_service_contexts" }
29 { SELABEL_OPT_PATH, "/system/etc/selinux/plat_hwservice_contexts" },
30 { SELABEL_OPT_PATH, "/plat_hwservice_contexts"
    [all...]
android_platform.c 10 { SELABEL_OPT_PATH, "/system/etc/selinux/plat_file_contexts" },
11 { SELABEL_OPT_PATH, "/plat_file_contexts" }
14 { SELABEL_OPT_PATH, "/product/etc/selinux/product_file_contexts" },
15 { SELABEL_OPT_PATH, "/product_file_contexts" }
18 { SELABEL_OPT_PATH, "/vendor/etc/selinux/vendor_file_contexts" },
19 { SELABEL_OPT_PATH, "/vendor_file_contexts" },
21 { SELABEL_OPT_PATH, "/vendor/etc/selinux/nonplat_file_contexts" },
22 { SELABEL_OPT_PATH, "/nonplat_file_contexts" }
25 { SELABEL_OPT_PATH, "/odm/etc/selinux/odm_file_contexts" },
26 { SELABEL_OPT_PATH, "/odm_file_contexts"
    [all...]
  /external/selinux/libselinux/include/selinux/
label.h 52 #define SELABEL_OPT_PATH 3
  /external/selinux/libselinux/utils/
selabel_partial_match.c 35 { SELABEL_OPT_PATH, file },
selabel_lookup.c 40 { SELABEL_OPT_PATH, file },
selabel_lookup_best_match.c 62 { SELABEL_OPT_PATH, file },
selabel_digest.c 74 { SELABEL_OPT_PATH, file },
  /build/make/tools/fs_config/
fs_config.c 59 struct selinux_opt seopts[] = { { SELABEL_OPT_PATH, context_file } };
  /external/selinux/policycoreutils/setfiles/
restore.c 29 { SELABEL_OPT_PATH, r_opts->selabel_opt_path },
35 perror(r_opts->selabel_opt_path);
restorecon_xattr.c 106 { SELABEL_OPT_PATH, fc_file },
  /external/selinux/restorecond/
restore.c 24 { SELABEL_OPT_PATH, r_opts->selabel_opt_path },
30 perror(r_opts->selabel_opt_path);
  /external/squashfs-tools/squashfs-tools/
android.c 65 .type = SELABEL_OPT_PATH,
  /external/selinux/libselinux/src/
matchpathcon.c 347 options[SELABEL_OPT_PATH].type = SELABEL_OPT_PATH;
348 options[SELABEL_OPT_PATH].value = path;
label_backends_android.c 223 case SELABEL_OPT_PATH:
242 case SELABEL_OPT_PATH:
label_db.c 26 * SELABEL_OPT_PATH option to specify different specfile.)
261 * SELABEL_OPT_PATH:
268 case SELABEL_OPT_PATH:
label_media.c 85 case SELABEL_OPT_PATH:
label_x.c 112 case SELABEL_OPT_PATH:
label_file.c 727 case SELABEL_OPT_PATH:
755 case SELABEL_OPT_PATH:
  /external/e2fsprogs/contrib/android/
e2fsdroid.c 234 seopt_file[nr_opt].type = SELABEL_OPT_PATH;
  /external/f2fs-tools/fsck/
main.c 511 SELABEL_OPT_PATH;

Completed in 597 milliseconds