Home
last modified time | relevance | path

Searched refs:selabel_open (Results 1 – 17 of 17) sorted by relevance

/external/selinux/libselinux/
Dexported_vendor.map15 selabel_open;
Dexported.map15 selabel_open;
/external/selinux/libselinux/utils/
Dselabel_partial_match.c61 hnd = selabel_open(SELABEL_CTX_FILE, selabel_option, 2); in main()
Dselabel_lookup.c91 hnd = selabel_open(backend, selabel_option, 2); in main()
Dselabel_lookup_best_match.c117 hnd = selabel_open(SELABEL_CTX_FILE, options, 2); in main()
Dselabel_digest.c126 hnd = selabel_open(backend, selabel_option, 3); in main()
/external/selinux/libselinux/include/selinux/
Dlabel.h75 struct selabel_handle *selabel_open(unsigned int backend,
/external/selinux/libselinux/src/android/
Dandroid.c40 sehandle = selabel_open(SELABEL_CTX_ANDROID_SERVICE, in selinux_android_service_open_context_handle()
Dandroid_platform.c115 sehandle = selabel_open(SELABEL_CTX_FILE, fc_opts, ARRAY_SIZE(fc_opts)); in selinux_android_file_context()
159 sehandle = selabel_open(SELABEL_CTX_ANDROID_PROP, in selinux_android_prop_context_handle()
/external/squashfs-tools/squashfs-tools/
Dandroid.c70 selabel_open(SELABEL_CTX_FILE, seopts, ARRAY_SIZE(seopts)); in get_sehnd()
/external/selinux/policycoreutils/setfiles/
Drestore.c25 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.c25 r_opts->hnd = selabel_open(SELABEL_CTX_FILE, selinux_opts, 3); in restore_init()
/external/e2fsprogs/contrib/android/
Dperms.c302 sehnd = selabel_open(SELABEL_CTX_FILE, seopts, nopt); in android_configure_fs()
/external/selinux/libselinux/src/
Dlabel.c354 struct selabel_handle *selabel_open(unsigned int backend, in selabel_open() function
Dmatchpathcon.c350 hnd = selabel_open(SELABEL_CTX_FILE, options, SELABEL_NOPT); in matchpathcon_init_prefix()
Dselinux_restorecon.c1068 sehandle = selabel_open(SELABEL_CTX_FILE, fc_opts, 1); in selinux_restorecon_default_handle()