HomeSort by relevance Sort by last modified time
    Searched refs:selabel_lookup (Results 1 - 12 of 12) sorted by null

  /external/libselinux/include/selinux/
label.h 84 * selabel_lookup - Perform labeling lookup operation.
96 int selabel_lookup(struct selabel_handle *handle, security_context_t *con,
  /external/libselinux/src/
label.c 109 int selabel_lookup(struct selabel_handle *rec, security_context_t *con, function
android.c 666 if (selabel_lookup(sehandle, &newcontext, pathname, sb.st_mode) < 0)
715 if (selabel_lookup(sehandle_old, &old_context, pathname, sb.st_mode) < 0) {
720 if (selabel_lookup(sehandle_new, &new_context, pathname, sb.st_mode) < 0) {
  /system/core/init/
util.c 111 ret = selabel_lookup(sehandle, &secon, addr.sun_path, S_IFSOCK);
466 selabel_lookup(sehandle, &secontext, path, mode);
493 if (selabel_lookup(sehandle, &secontext, pathname, sb.st_mode) < 0)
property_service.c 215 if (selabel_lookup(sehandle_prop, &tctx, name, 1) != 0)
devices.c 198 selabel_lookup(sehandle, &secontext, path, mode);
  /system/core/toolbox/
restorecon.c 32 if (selabel_lookup(sehandle, &newcontext, pathname, sb->st_mode) < 0) {
  /bootable/recovery/minzip/
DirUtil.c 151 selabel_lookup(sehnd, &secontext, cpath, mode);
Zip.c     [all...]
  /system/extras/ext4_utils/
make_ext4fs.c 185 if (selabel_lookup(sehnd, &dentries[i].secon, dentries[i].path, stat.st_mode) < 0) {
235 if (selabel_lookup(sehnd, &dentries[0].secon, dentries[0].path, dentries[0].mode) < 0)
582 if (selabel_lookup(sehnd, &secontext, mountpoint, S_IFDIR) < 0) {
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 389 if (selabel_lookup(sehnd, &secontext,
392 perror("selabel_lookup");
648 if (selabel_lookup(sehnd, &secontext, sepath, stats.st_mode) < 0) {
649 perror("selabel_lookup");
  /bootable/recovery/updater/
install.c 84 selabel_lookup(sehandle, &secontext, mount_point, 0755);
    [all...]

Completed in 2777 milliseconds