Home
last modified time | relevance | path

Searched refs:SELABEL_CTX_FILE (Results 1 – 15 of 15) 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.c366 rec->backend = SELABEL_CTX_FILE; in main()
/external/selinux/libselinux/include/selinux/
Dlabel.h29 #define SELABEL_CTX_FILE 0 macro
/external/squashfs-tools/squashfs-tools/
Dandroid.c70 selabel_open(SELABEL_CTX_FILE, seopts, ARRAY_SIZE(seopts)); in get_sehnd()
/external/selinux/policycoreutils/setfiles/
Drestore.c33 r_opts->hnd = selabel_open(SELABEL_CTX_FILE, selinux_opts, 3); in restore_init()
Drestorecon_xattr.c110 hnd = selabel_open(SELABEL_CTX_FILE, selinux_opts, 2); in main()
/external/selinux/restorecond/
Drestore.c28 r_opts->hnd = selabel_open(SELABEL_CTX_FILE, selinux_opts, 3); in restore_init()
/external/f2fs-tools/fsck/
Dsload.c260 sehnd = selabel_open(SELABEL_CTX_FILE, c.seopt_file, c.nr_opt); in configure_files()
/external/e2fsprogs/contrib/android/
Dperms.c341 sehnd = selabel_open(SELABEL_CTX_FILE, seopts, nopt); in android_configure_fs()
/external/selinux/libselinux/src/
Dmatchpathcon.c350 hnd = selabel_open(SELABEL_CTX_FILE, options, SELABEL_NOPT); in matchpathcon_init_prefix()
Dselinux_restorecon.c1079 sehandle = selabel_open(SELABEL_CTX_FILE, fc_opts, 1); in selinux_restorecon_default_handle()
/external/selinux/libselinux/src/android/
Dandroid_platform.c155 sehandle = selabel_open(SELABEL_CTX_FILE, fc_opts, ARRAY_SIZE(fc_opts)); in selinux_android_file_context()