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

/external/libselinux/src/
H A Dlabel_internal.h20 int selabel_file_init(struct selabel_handle *rec, const struct selinux_opt *opts,
22 int selabel_media_init(struct selabel_handle *rec, const struct selinux_opt *opts,
24 int selabel_x_init(struct selabel_handle *rec, const struct selinux_opt *opts,
26 int selabel_db_init(struct selabel_handle *rec,
28 int selabel_property_init(struct selabel_handle *rec,
47 struct selabel_handle { struct
53 struct selabel_lookup_rec *(*func_lookup) (struct selabel_handle *h,
55 void (*func_close) (struct selabel_handle *h);
56 void (*func_stats) (struct selabel_handle *h);
57 bool (*func_partial_match) (struct selabel_handle *
[all...]
/external/qemu/distrib/libselinux/src/
H A Dlabel_internal.h20 int selabel_file_init(struct selabel_handle *rec, const struct selinux_opt *opts,
22 int selabel_media_init(struct selabel_handle *rec, const struct selinux_opt *opts,
24 int selabel_x_init(struct selabel_handle *rec, const struct selinux_opt *opts,
26 int selabel_db_init(struct selabel_handle *rec,
28 int selabel_property_init(struct selabel_handle *rec,
47 struct selabel_handle { struct
53 struct selabel_lookup_rec *(*func_lookup) (struct selabel_handle *h,
55 void (*func_close) (struct selabel_handle *h);
56 void (*func_stats) (struct selabel_handle *h);
57 bool (*func_partial_match) (struct selabel_handle *
[all...]

Completed in 1093 milliseconds