Home
last modified time | relevance | path

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

/external/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_digest.c86 backend = SELABEL_CTX_FILE; in main()
Dsefcontext_compile.c359 rec->backend = SELABEL_CTX_FILE; in main()
/external/libselinux/include/selinux/
Dlabel.h28 #define SELABEL_CTX_FILE 0 macro
/external/selinux/libselinux/include/selinux/
Dlabel.h28 #define SELABEL_CTX_FILE 0 macro
/external/squashfs-tools/squashfs-tools/
Dandroid.c65 selabel_open(SELABEL_CTX_FILE, seopts, ARRAY_SIZE(seopts)); in get_sehnd()
/external/libselinux/utils/
Dsefcontext_compile.c315 rec->backend = SELABEL_CTX_FILE; in main()
/external/selinux/libselinux/src/
Dmatchpathcon.c322 hnd = selabel_open(SELABEL_CTX_FILE, options, SELABEL_NOPT); in matchpathcon_init_prefix()
/external/selinux/policycoreutils/setfiles/
Drestore.c65 r_opts->hnd = selabel_open(SELABEL_CTX_FILE, selinux_opts, 2); in restore_init()
/external/libselinux/src/
Dandroid.c1496 sehandle = selabel_open(SELABEL_CTX_FILE, fc_opts, 2); in selinux_android_file_context_handle()