/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,
|
/build/tools/fs_config/ |
fs_config.c | 139 if (selabel_lookup(sehnd, &secontext, full_name, ( mode | (is_dir ? S_IFDIR : S_IFREG)))) {
|
/external/libselinux/src/ |
label.c | 109 int selabel_lookup(struct selabel_handle *rec, security_context_t *con, function
|
android.c | 674 if (selabel_lookup(sehandle, &newcontext, pathname, sb.st_mode) < 0) 723 if (selabel_lookup(sehandle_old, &old_context, pathname, sb.st_mode) < 0) { 728 if (selabel_lookup(sehandle_new, &new_context, pathname, sb.st_mode) < 0) {
|
/system/core/toolbox/ |
restorecon.c | 32 if (selabel_lookup(sehandle, &newcontext, pathname, sb->st_mode) < 0) {
|
/system/core/init/ |
util.c | 112 ret = selabel_lookup(sehandle, &secon, addr.sun_path, S_IFSOCK); 480 selabel_lookup(sehandle, &secontext, path, mode); 507 if (selabel_lookup(sehandle, &secontext, pathname, sb.st_mode) < 0)
|
property_service.c | 166 if (selabel_lookup(sehandle_prop, &tctx, name, 1) != 0)
|
devices.c | 154 selabel_lookup(sehandle, &secontext, buf, 0); 207 selabel_lookup(sehandle, &secontext, path, mode);
|
/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 | 92 selabel_lookup(sehandle, &secontext, mount_point, 0755); [all...] |