Home
last modified time | relevance | path

Searched refs:SELABEL_CTX_FILE (Results 1 – 13 of 13) sorted by relevance

/third_party/selinux/libselinux/utils/
Dselabel_partial_match.c61 hnd = selabel_open(SELABEL_CTX_FILE, selabel_option, 2); in main()
Dselabel_lookup.c51 backend = SELABEL_CTX_FILE; in main()
Dselabel_lookup_best_match.c117 hnd = selabel_open(SELABEL_CTX_FILE, options, 2); in main()
Dselabel_get_digests_all_partial_matches.c77 hnd = selabel_open(SELABEL_CTX_FILE, selabel_option, 2); in main()
Dselabel_digest.c86 backend = SELABEL_CTX_FILE; in main()
Dmatchpathcon.c131 hnd = selabel_open(SELABEL_CTX_FILE, options, SELABEL_NOPT); in main()
Dsefcontext_compile.c366 rec->backend = SELABEL_CTX_FILE; in main()
/third_party/selinux/libselinux/include/selinux/
Dlabel.h29 #define SELABEL_CTX_FILE 0 macro
/third_party/eudev/src/shared/
Dselinux-util.c93 label_hnd = selabel_open(SELABEL_CTX_FILE, options, ELEMENTSOF(options)); in mac_selinux_init()
95 label_hnd = selabel_open(SELABEL_CTX_FILE, NULL, 0); in mac_selinux_init()
/third_party/f2fs-tools/fsck/
Dsload.c289 sehnd = selabel_open(SELABEL_CTX_FILE, c.seopt_file, c.nr_opt); in configure_files()
/third_party/e2fsprogs/contrib/android/
Dperms.c342 sehnd = selabel_open(SELABEL_CTX_FILE, seopts, nopt); in android_configure_fs()
/third_party/selinux/libselinux/src/
Dmatchpathcon.c366 hnd = selabel_open(SELABEL_CTX_FILE, options, SELABEL_NOPT); in matchpathcon_init_prefix()
Dselinux_restorecon.c1198 sehandle = selabel_open(SELABEL_CTX_FILE, fc_opts, 1); in selinux_restorecon_default_handle()