Home
last modified time | relevance | path

Searched refs:selabel_lookup_best_match (Results 1 – 6 of 6) sorted by relevance

/external/libselinux/include/selinux/
Dlabel.h104 int selabel_lookup_best_match(struct selabel_handle *rec, char **con,
/external/selinux/libselinux/include/selinux/
Dlabel.h106 int selabel_lookup_best_match(struct selabel_handle *rec, char **con,
/external/selinux/libselinux/utils/
Dselabel_lookup_best_match.c129 rc = selabel_lookup_best_match(hnd, &context, path, in main()
/external/libselinux/src/
Dlabel.c135 int selabel_lookup_best_match(struct selabel_handle *rec, char **con, in selabel_lookup_best_match() function
/external/selinux/libselinux/src/
Dlabel.c400 int selabel_lookup_best_match(struct selabel_handle *rec, char **con, in selabel_lookup_best_match() function
/external/selinux/libselinux/
DChangeLog39 * Ensure selabel_lookup_best_match links NULL terminated, from Richard Haines.