Home
last modified time | relevance | path

Searched refs:selabel_lookup (Results 1 – 8 of 8) sorted by relevance

/external/qemu/distrib/libselinux/include/selinux/
Dlabel.h97 int selabel_lookup(struct selabel_handle *handle, char **con,
/external/libselinux/include/selinux/
Dlabel.h97 int selabel_lookup(struct selabel_handle *handle, char **con,
/external/qemu/distrib/ext4_utils/src/
Dmake_ext4fs.c107 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/
Dlabel.c109 int selabel_lookup(struct selabel_handle *rec, char **con, in selabel_lookup() function
Dandroid.c1108 if (selabel_lookup(sehandle, &secontext, pathname, sb->st_mode) < 0) in restorecon_sb()
/external/libselinux/src/
Dlabel.c109 int selabel_lookup(struct selabel_handle *rec, char **con, in selabel_lookup() function
Dandroid.c1134 if (selabel_lookup(sehandle, &secontext, pathname, sb->st_mode) < 0) in restorecon_sb()
/external/yaffs2/yaffs2/utils/
Dmkyaffs2image.c389 if (selabel_lookup(sehnd, &secontext, in process_directory()
648 if (selabel_lookup(sehnd, &secontext, sepath, stats.st_mode) < 0) { in main()