Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dselinux_restorecon.c298 static int add_xattr_entry(const char *directory, bool delete_nonmatch, in add_xattr_entry() argument
337 if ((delete_nonmatch && rc != 0) || delete_all) { in add_xattr_entry()
1143 bool delete_nonmatch = (xattr_flags & in selinux_restorecon_xattr() local
1183 rc = add_xattr_entry(pathname, delete_nonmatch, delete_all); in selinux_restorecon_xattr()
1220 delete_nonmatch, delete_all); in selinux_restorecon_xattr()