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

  /external/libselinux/include/selinux/
label.h 85 * selabel_lookup - Perform labeling lookup operation.
97 int selabel_lookup(struct selabel_handle *handle, char **con,
  /external/selinux/libselinux/include/selinux/
label.h 87 * selabel_lookup - Perform labeling lookup operation.
99 int selabel_lookup(struct selabel_handle *handle, char **con,
  /build/tools/fs_config/
fs_config.c 142 if (selabel_lookup(sehnd, &secontext, full_name, ( mode | (is_dir ? S_IFDIR : S_IFREG)))) {
  /external/selinux/libselinux/utils/
selabel_lookup.c 101 rc = selabel_lookup(hnd, &context, key, type);
108 fprintf(stderr, "ERROR: selabel_lookup failed to "
112 fprintf(stderr, "ERROR: selabel_lookup failed to "
117 fprintf(stderr, "selabel_lookup ERROR: %s\n",
  /external/squashfs-tools/squashfs-tools/
android.c 88 if (selabel_lookup(sehnd, &secontext, full_name, mode)) {
  /bootable/recovery/minzip/
DirUtil.c 151 selabel_lookup(sehnd, &secontext, cpath, mode);
Zip.c 965 selabel_lookup(sehnd, &secontext, targetFile, UNZIP_FILEMODE);
  /external/libselinux/src/
label.c 110 int selabel_lookup(struct selabel_handle *rec, char **con, function
android.c 1230 if (selabel_lookup(fc_sehandle, &secontext, pathname, sb->st_mode) < 0)
1237 * For subdirectories of /data/data or /data/user, we ignore selabel_lookup()
    [all...]
  /external/toybox/toys/android/
getprop.c 38 if (selabel_lookup(TT.handle, &context, property, 1)) {
  /system/core/init/
util.cpp 137 ret = selabel_lookup(sehandle, &filecon, addr.sun_path, S_IFSOCK);
448 selabel_lookup(sehandle, &secontext, path, mode);
property_service.cpp 85 if (selabel_lookup(sehandle_prop, &tctx, name, 1) != 0)
  /system/extras/ext4_utils/
make_ext4fs.c 125 if (selabel_lookup(sehnd, &secontext, path, S_IFDIR) < 0) {
235 if (selabel_lookup(sehnd, &dentries[i].secon, dentries[i].path, stat.st_mode) < 0) {
285 if (selabel_lookup(sehnd, &dentries[0].secon, dentries[0].path, dentries[0].mode) < 0)
822 if (selabel_lookup(sehnd, &secontext, mountpoint, S_IFDIR) < 0) {
  /system/vold/
Loop.cpp 150 rc = selabel_lookup(sehandle, &secontext, filename, S_IFBLK);
Utils.cpp 66 if (!selabel_lookup(sehandle, &secontext, cpath, S_IFBLK)) {
102 if (!selabel_lookup(sehandle, &secontext, cpath, S_IFDIR)) {
  /frameworks/native/cmds/servicemanager/
service_manager.c 113 if (selabel_lookup(sehandle, &tctx, name, 0) != 0) {
  /external/selinux/libselinux/src/
label.c 350 int selabel_lookup(struct selabel_handle *rec, char **con, function
matchpathcon.c 427 selabel_lookup(hnd, con, path, mode);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 537 def selabel_lookup(*args): function
538 return _selinux.selabel_lookup(*args)
539 selabel_lookup = _selinux.selabel_lookup variable
    [all...]
  /bootable/recovery/updater/
install.cpp 162 selabel_lookup(sehandle, &secontext, mount_point, 0755);
    [all...]

Completed in 294 milliseconds