Home
last modified time | relevance | path

Searched defs:selabel_handle (Results 1 – 1 of 1) sorted by relevance

/external/selinux/libselinux/src/
Dlabel_internal.h79 struct selabel_handle { struct
85 struct selabel_lookup_rec *(*func_lookup) (struct selabel_handle *h, argument
87 void (*func_close) (struct selabel_handle *h); argument
88 void (*func_stats) (struct selabel_handle *h); argument
89 bool (*func_partial_match) (struct selabel_handle *h, const char *key); argument
90 bool (*func_get_digests_all_partial_matches) (struct selabel_handle *h, argument
95 bool (*func_hash_all_partial_matches) (struct selabel_handle *h, argument
98 (struct selabel_handle *h, argument
102 enum selabel_cmp_result (*func_cmp)(struct selabel_handle *h1, argument
124 selabel_validate(struct selabel_handle *rec, argument