Searched refs:selabel_lookup (Results 1 – 8 of 8) sorted by relevance
/external/qemu/distrib/libselinux/include/selinux/ |
D | label.h | 97 int selabel_lookup(struct selabel_handle *handle, char **con,
|
/external/libselinux/include/selinux/ |
D | label.h | 97 int selabel_lookup(struct selabel_handle *handle, char **con,
|
/external/qemu/distrib/ext4_utils/src/ |
D | make_ext4fs.c | 107 if (selabel_lookup(sehnd, &secontext, path, S_IFDIR) < 0) { in build_default_directory_structure() 203 if (selabel_lookup(sehnd, &dentries[i].secon, dentries[i].path, stat.st_mode) < 0) { in build_directory_structure() 253 if (selabel_lookup(sehnd, &dentries[0].secon, dentries[0].path, dentries[0].mode) < 0) in build_directory_structure() 603 if (selabel_lookup(sehnd, &secontext, mountpoint, S_IFDIR) < 0) { in make_ext4fs_internal()
|
/external/qemu/distrib/libselinux/src/ |
D | label.c | 109 int selabel_lookup(struct selabel_handle *rec, char **con, in selabel_lookup() function
|
D | android.c | 1108 if (selabel_lookup(sehandle, &secontext, pathname, sb->st_mode) < 0) in restorecon_sb()
|
/external/libselinux/src/ |
D | label.c | 109 int selabel_lookup(struct selabel_handle *rec, char **con, in selabel_lookup() function
|
D | android.c | 1134 if (selabel_lookup(sehandle, &secontext, pathname, sb->st_mode) < 0) in restorecon_sb()
|
/external/yaffs2/yaffs2/utils/ |
D | mkyaffs2image.c | 389 if (selabel_lookup(sehnd, &secontext, in process_directory() 648 if (selabel_lookup(sehnd, &secontext, sepath, stats.st_mode) < 0) { in main()
|