Searched refs:dir_xattr (Results 1 - 3 of 3) sorted by relevance

/external/selinux/libselinux/include/selinux/
H A Drestorecon.h140 * @xattr_list: a linked list of struct dir_xattr structures containing
161 struct dir_xattr { struct
165 struct dir_xattr *next;
170 struct dir_xattr ***xattr_list);
/external/selinux/policycoreutils/setfiles/
H A Drestorecon_xattr.c47 struct dir_xattr *current, *next, **xattr_list = NULL;
/external/selinux/libselinux/src/
H A Dselinux_restorecon.c68 struct dir_xattr *dir_xattr_list;
69 static struct dir_xattr *dir_xattr_last;
303 struct dir_xattr *new_entry;
347 new_entry = malloc(sizeof(struct dir_xattr));
1128 struct dir_xattr ***xattr_list)
1142 struct dir_xattr *current, *next;

Completed in 138 milliseconds