Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/include/selinux/
Drestorecon.h163 enum digest_result { enum
174 enum digest_result result;
/third_party/selinux/libselinux/src/
Dselinux_restorecon.c298 int rc, digest_result; in add_xattr_entry() local
329 digest_result = match ? MATCH : NOMATCH; in add_xattr_entry()
332 digest_result = match ? DELETED_MATCH : DELETED_NOMATCH; in add_xattr_entry()
338 digest_result = ERROR; in add_xattr_entry()
367 new_entry->result = digest_result; in add_xattr_entry()