Searched refs:selabel_open (Results 1 – 17 of 17) sorted by relevance
/external/selinux/libselinux/ |
D | exported_vendor.map | 15 selabel_open;
|
D | exported.map | 15 selabel_open;
|
/external/selinux/libselinux/utils/ |
D | selabel_partial_match.c | 61 hnd = selabel_open(SELABEL_CTX_FILE, selabel_option, 2); in main()
|
D | selabel_lookup.c | 91 hnd = selabel_open(backend, selabel_option, 2); in main()
|
D | selabel_lookup_best_match.c | 117 hnd = selabel_open(SELABEL_CTX_FILE, options, 2); in main()
|
D | selabel_digest.c | 126 hnd = selabel_open(backend, selabel_option, 3); in main()
|
/external/selinux/libselinux/include/selinux/ |
D | label.h | 75 struct selabel_handle *selabel_open(unsigned int backend,
|
/external/selinux/libselinux/src/android/ |
D | android.c | 40 sehandle = selabel_open(SELABEL_CTX_ANDROID_SERVICE, in selinux_android_service_open_context_handle()
|
D | android_platform.c | 115 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/ |
D | android.c | 70 selabel_open(SELABEL_CTX_FILE, seopts, ARRAY_SIZE(seopts)); in get_sehnd()
|
/external/selinux/policycoreutils/setfiles/ |
D | restore.c | 25 r_opts->hnd = selabel_open(SELABEL_CTX_FILE, selinux_opts, 3); in restore_init()
|
D | restorecon_xattr.c | 110 hnd = selabel_open(SELABEL_CTX_FILE, selinux_opts, 2); in main()
|
/external/selinux/restorecond/ |
D | restore.c | 25 r_opts->hnd = selabel_open(SELABEL_CTX_FILE, selinux_opts, 3); in restore_init()
|
/external/e2fsprogs/contrib/android/ |
D | perms.c | 302 sehnd = selabel_open(SELABEL_CTX_FILE, seopts, nopt); in android_configure_fs()
|
/external/selinux/libselinux/src/ |
D | label.c | 354 struct selabel_handle *selabel_open(unsigned int backend, in selabel_open() function
|
D | matchpathcon.c | 350 hnd = selabel_open(SELABEL_CTX_FILE, options, SELABEL_NOPT); in matchpathcon_init_prefix()
|
D | selinux_restorecon.c | 1068 sehandle = selabel_open(SELABEL_CTX_FILE, fc_opts, 1); in selinux_restorecon_default_handle()
|