Searched refs:selabel_lookup (Results 1 – 10 of 10) sorted by relevance
/external/libselinux/include/selinux/ |
D | label.h | 97 int selabel_lookup(struct selabel_handle *handle, char **con,
|
/external/selinux/libselinux/include/selinux/ |
D | label.h | 99 int selabel_lookup(struct selabel_handle *handle, char **con,
|
/external/selinux/libselinux/utils/ |
D | selabel_lookup.c | 101 rc = selabel_lookup(hnd, &context, key, type); in main()
|
/external/squashfs-tools/squashfs-tools/ |
D | android.c | 88 if (selabel_lookup(sehnd, &secontext, full_name, mode)) { in set_selabel()
|
/external/toybox/toys/android/ |
D | getprop.c | 38 if (selabel_lookup(TT.handle, &context, property, 1)) {
|
/external/libselinux/src/ |
D | label.c | 110 int selabel_lookup(struct selabel_handle *rec, char **con, in selabel_lookup() function
|
D | android.c | 1223 if (selabel_lookup(fc_sehandle, &secontext, pathname, sb->st_mode) < 0) in restorecon_sb()
|
/external/selinux/libselinux/src/ |
D | label.c | 350 int selabel_lookup(struct selabel_handle *rec, char **con, in selabel_lookup() function
|
D | matchpathcon.c | 427 selabel_lookup(hnd, con, path, mode); in matchpathcon()
|
/external/selinux/libselinux/ |
D | ChangeLog | 289 * db_language object class support for selabel_lookup from KaiGai 309 * Remove duplicate slashes in paths in selabel_lookup from Chad Sellers
|