Searched refs:sehnd (Results 1 – 4 of 4) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | android.c | 69 struct selabel_handle *sehnd = in get_sehnd() local 72 if (!sehnd) { in get_sehnd() 76 return sehnd; in get_sehnd() 80 char *set_selabel(const char *path, unsigned int mode, struct selabel_handle *sehnd) { in set_selabel() argument 82 if (sehnd != NULL) { in set_selabel() 93 if (selabel_lookup(sehnd, &secontext, full_name, mode)) { in set_selabel()
|
D | xattr.c | 69 static struct selabel_handle *sehnd = NULL; variable 161 struct selabel_handle *sehnd, struct xattr_list *xattrs) in read_selinux_xattr_from_sehnd() argument 166 attr_val = set_selabel(filename, mode, sehnd); in read_selinux_xattr_from_sehnd() 700 if (sehnd == NULL) in read_xattrs() 701 sehnd = get_sehnd(context_file); in read_xattrs() 707 sehnd, next_xattr); in read_xattrs() 712 sehnd, next_xattr); in read_xattrs()
|
D | android.h | 27 char *set_selabel(const char *path, unsigned int mode, struct selabel_handle *sehnd);
|
/external/e2fsprogs/contrib/android/ |
D | perms.c | 24 struct selabel_handle *sehnd; member 74 if (params->sehnd == NULL) in set_selinux_xattr() 84 retval = selabel_lookup(params->sehnd, &secontext, params->filename, in set_selinux_xattr() 257 struct selabel_handle *sehnd, in __android_configure_fs() argument 266 .sehnd = sehnd, in __android_configure_fs() 295 struct selabel_handle *sehnd = NULL; in android_configure_fs() local 301 sehnd = selabel_open(SELABEL_CTX_FILE, seopts, 1); in android_configure_fs() 302 if (!sehnd) { in android_configure_fs() 324 fs_config_func, sehnd, fixed_time); in android_configure_fs()
|