Home
last modified time | relevance | path

Searched refs:xattr_flags (Results 1 - 2 of 2) sorted by relevance

/third_party/selinux/libselinux/include/selinux/
H A Drestorecon.h173 * @xattr_flags: specifies the actions to be performed.
203 unsigned int xattr_flags,
207 * xattr_flags options
/third_party/selinux/libselinux/src/
H A Dselinux_restorecon.c1546 int selinux_restorecon_xattr(const char *pathname, unsigned int xattr_flags, in selinux_restorecon_xattr() argument
1549 bool recurse = (xattr_flags & in selinux_restorecon_xattr()
1551 bool delete_nonmatch = (xattr_flags & in selinux_restorecon_xattr()
1553 bool delete_all = (xattr_flags & in selinux_restorecon_xattr()
1555 ignore_mounts = (xattr_flags & in selinux_restorecon_xattr()

Completed in 3 milliseconds