Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dlabel_internal.h78 struct selabel_handle { struct
84 struct selabel_lookup_rec *(*func_lookup) (struct selabel_handle *h, argument
86 void (*func_close) (struct selabel_handle *h); argument
87 void (*func_stats) (struct selabel_handle *h); argument
88 bool (*func_partial_match) (struct selabel_handle *h, const char *key); argument
89 bool (*func_get_digests_all_partial_matches) (struct selabel_handle *h, argument
94 bool (*func_hash_all_partial_matches) (struct selabel_handle *h, argument
97 (struct selabel_handle *h, argument
101 enum selabel_cmp_result (*func_cmp)(struct selabel_handle *h1, argument
123 selabel_validate(struct selabel_handle *rec, argument