Searched refs:selabel_lookup (Results 1 – 12 of 12) sorted by relevance
/external/selinux/libselinux/utils/ |
D | .gitignore | 18 selabel_lookup
|
D | selabel_lookup.c | 103 rc = selabel_lookup(hnd, &context, key, type); in main()
|
/external/selinux/libselinux/ |
D | exported_vendor.map | 14 selabel_lookup;
|
D | exported.map | 14 selabel_lookup;
|
/external/selinux/libselinux/include/selinux/ |
D | label.h | 101 int selabel_lookup(struct selabel_handle *handle, char **con,
|
/external/f2fs-tools/fsck/ |
D | sload.c | 117 if (sehnd && selabel_lookup(sehnd, &dentries[i].secon, in build_directory() 234 if (selabel_lookup(sehnd, &secontext, mount_point, S_IFDIR) < 0) in f2fs_sload()
|
/external/squashfs-tools/squashfs-tools/ |
D | android.c | 93 if (selabel_lookup(sehnd, &secontext, full_name, mode)) { in set_selabel()
|
/external/toybox/toys/android/ |
D | getprop.c | 36 if (selabel_lookup(TT.handle, &context, property, 1)) {
|
/external/e2fsprogs/contrib/android/ |
D | perms.c | 84 retval = selabel_lookup(params->sehnd, &secontext, params->filename, in set_selinux_xattr()
|
/external/selinux/libselinux/src/ |
D | label.c | 390 int selabel_lookup(struct selabel_handle *rec, char **con, in selabel_lookup() function
|
D | matchpathcon.c | 449 selabel_lookup(hnd, con, path, mode); in matchpathcon()
|
/external/selinux/libselinux/src/android/ |
D | android_platform.c | 1343 if (selabel_lookup(fc_sehandle, &secontext, pathname, sb->st_mode) < 0) in restorecon_sb()
|