Searched refs:sehnd (Results 1 – 3 of 3) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | android.c | 64 struct selabel_handle *sehnd = in get_sehnd() local 67 if (!sehnd) { in get_sehnd() 71 return sehnd; in get_sehnd() 75 char *set_selabel(const char *path, unsigned int mode, struct selabel_handle *sehnd) { in set_selabel() argument 77 if (sehnd != NULL) { in set_selabel() 88 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);
|