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

  /external/selinux/libselinux/include/selinux/
label.h 90 * selabel_lookup - Perform labeling lookup operation.
102 int selabel_lookup(struct selabel_handle *handle, char **con,
  /bootable/recovery/otautil/
dirutil.cpp 96 selabel_lookup(const_cast<selabel_handle*>(sehnd), &secontext, dir_path.c_str(), mode);
  /external/selinux/libselinux/utils/
selabel_lookup.c 103 rc = selabel_lookup(hnd, &context, key, type);
110 fprintf(stderr, "ERROR: selabel_lookup failed to "
114 fprintf(stderr, "ERROR: selabel_lookup failed to "
119 fprintf(stderr, "selabel_lookup ERROR: %s\n",
  /build/make/tools/fs_config/
fs_config.c 161 if (selabel_lookup(sehnd, &secontext, full_name, ( mode | (is_dir ? S_IFDIR : S_IFREG)))) {
  /external/squashfs-tools/squashfs-tools/
android.c 93 if (selabel_lookup(sehnd, &secontext, full_name, mode)) {
  /external/toybox/toys/android/
getprop.c 36 if (selabel_lookup(TT.handle, &context, property, 1)) {
  /external/f2fs-tools/fsck/
sload.c 76 if (selabel_lookup(sehnd, &secontext, mnt_path, mode) < 0) {
  /external/selinux/libselinux/src/
label.c 246 int selabel_lookup(struct selabel_handle *rec, char **con, function
matchpathcon.c 449 selabel_lookup(hnd, con, path, mode);
  /external/e2fsprogs/contrib/android/
perms.c 81 retval = selabel_lookup(params->sehnd, &secontext, params->filename,
  /bootable/recovery/updater/
install.cpp 320 selabel_lookup(sehandle, &secontext, mount_point.c_str(), 0755);
    [all...]
  /external/selinux/libselinux/src/android/
android_platform.c     [all...]

Completed in 1445 milliseconds