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

/external/selinux/libselinux/src/
H A Dlabel_internal.h27 int selabel_file_init(struct selabel_handle *rec,
30 int selabel_media_init(struct selabel_handle *rec,
33 int selabel_x_init(struct selabel_handle *rec,
36 int selabel_db_init(struct selabel_handle *rec,
39 int selabel_property_init(struct selabel_handle *rec,
42 int selabel_service_init(struct selabel_handle *rec,
88 struct selabel_handle { struct
94 struct selabel_lookup_rec *(*func_lookup) (struct selabel_handle *h,
96 void (*func_close) (struct selabel_handle *h);
97 void (*func_stats) (struct selabel_handle *
[all...]

Completed in 112 milliseconds