Home
last modified time | relevance | path

Searched refs:selabel_lookup (Results 1 – 10 of 10) sorted by relevance

/external/libselinux/include/selinux/
Dlabel.h97 int selabel_lookup(struct selabel_handle *handle, char **con,
/external/selinux/libselinux/include/selinux/
Dlabel.h99 int selabel_lookup(struct selabel_handle *handle, char **con,
/external/selinux/libselinux/utils/
Dselabel_lookup.c101 rc = selabel_lookup(hnd, &context, key, type); in main()
/external/squashfs-tools/squashfs-tools/
Dandroid.c88 if (selabel_lookup(sehnd, &secontext, full_name, mode)) { in set_selabel()
/external/toybox/toys/android/
Dgetprop.c38 if (selabel_lookup(TT.handle, &context, property, 1)) {
/external/libselinux/src/
Dlabel.c110 int selabel_lookup(struct selabel_handle *rec, char **con, in selabel_lookup() function
Dandroid.c1223 if (selabel_lookup(fc_sehandle, &secontext, pathname, sb->st_mode) < 0) in restorecon_sb()
/external/selinux/libselinux/src/
Dlabel.c350 int selabel_lookup(struct selabel_handle *rec, char **con, in selabel_lookup() function
Dmatchpathcon.c427 selabel_lookup(hnd, con, path, mode); in matchpathcon()
/external/selinux/libselinux/
DChangeLog289 * db_language object class support for selabel_lookup from KaiGai
309 * Remove duplicate slashes in paths in selabel_lookup from Chad Sellers