Searched defs:selabel_handle (Results 1 – 2 of 2) sorted by relevance
/external/libselinux/src/ |
D | label_internal.h | 47 struct selabel_handle { struct 53 struct selabel_lookup_rec *(*func_lookup) (struct selabel_handle *h, argument 55 void (*func_close) (struct selabel_handle *h); argument 56 void (*func_stats) (struct selabel_handle *h); argument 57 bool (*func_partial_match) (struct selabel_handle *h, const char *key); argument 59 (struct selabel_handle *h, argument 63 enum selabel_cmp_result (*func_cmp)(struct selabel_handle *h1, argument 84 selabel_validate(struct selabel_handle *rec, argument
|
/external/selinux/libselinux/src/ |
D | label_internal.h | 80 struct selabel_handle { struct 86 struct selabel_lookup_rec *(*func_lookup) (struct selabel_handle *h, argument 88 void (*func_close) (struct selabel_handle *h); argument 89 void (*func_stats) (struct selabel_handle *h); argument 90 bool (*func_partial_match) (struct selabel_handle *h, const char *key); argument 92 (struct selabel_handle *h, argument 96 enum selabel_cmp_result (*func_cmp)(struct selabel_handle *h1, argument 119 selabel_validate(struct selabel_handle *rec, argument
|