Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dselinux_restorecon.c39 #define RESTORECON_LAST "security.restorecon_last" macro
314 xattr_size = getxattr(directory, RESTORECON_LAST, xattr_value, in add_xattr_entry()
336 rc = removexattr(directory, RESTORECON_LAST); in add_xattr_entry()
340 strerror(errno), RESTORECON_LAST, directory); in add_xattr_entry()
889 size = getxattr(pathname, RESTORECON_LAST, xattr_value, in selinux_restorecon()
989 error = setxattr(pathname, RESTORECON_LAST, fc_digest, in selinux_restorecon()
/external/selinux/libselinux/src/android/
Dandroid_platform.c1333 #define RESTORECON_LAST "security.restorecon_last" macro
1489 size = getxattr(pathname, RESTORECON_LAST, xattr_value, sizeof fc_digest); in selinux_android_restorecon_common()
1564 setxattr(pathname, RESTORECON_LAST, fc_digest, sizeof fc_digest, 0); in selinux_android_restorecon_common()