Home
last modified time | relevance | path

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

/external/selinux/libselinux/utils/
D.gitignore18 selabel_lookup
Dselabel_lookup.c103 rc = selabel_lookup(hnd, &context, key, type); in main()
/external/selinux/libselinux/
Dexported_vendor.map14 selabel_lookup;
Dexported.map14 selabel_lookup;
/external/selinux/libselinux/include/selinux/
Dlabel.h101 int selabel_lookup(struct selabel_handle *handle, char **con,
/external/f2fs-tools/fsck/
Dsload.c117 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/
Dandroid.c93 if (selabel_lookup(sehnd, &secontext, full_name, mode)) { in set_selabel()
/external/toybox/toys/android/
Dgetprop.c36 if (selabel_lookup(TT.handle, &context, property, 1)) {
/external/e2fsprogs/contrib/android/
Dperms.c84 retval = selabel_lookup(params->sehnd, &secontext, params->filename, in set_selinux_xattr()
/external/selinux/libselinux/src/
Dlabel.c390 int selabel_lookup(struct selabel_handle *rec, char **con, in selabel_lookup() function
Dmatchpathcon.c449 selabel_lookup(hnd, con, path, mode); in matchpathcon()
/external/selinux/libselinux/src/android/
Dandroid_platform.c1343 if (selabel_lookup(fc_sehandle, &secontext, pathname, sb->st_mode) < 0) in restorecon_sb()