Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dselinux_restorecon.c782 bool setrestoreconlast = true; /* TRUE = set xattr RESTORECON_LAST in selinux_restorecon() local
877 setrestoreconlast = false; in selinux_restorecon()
891 setrestoreconlast = false; in selinux_restorecon()
894 if (setrestoreconlast && statfs(pathname, &sfsb) == 0) { in selinux_restorecon()
896 setrestoreconlast = false; in selinux_restorecon()
899 if (setrestoreconlast) { in selinux_restorecon()
999 if (setrestoreconlast && !flags.nochange && !error && fc_digest) { in selinux_restorecon()
/external/selinux/libselinux/src/android/
Dandroid_platform.c1573 bool setrestoreconlast = (flags & SELINUX_ANDROID_RESTORECON_SKIP_SEHASH) ? false : true; in selinux_android_restorecon_common() local
1645 setrestoreconlast = false; in selinux_android_restorecon_common()
1649 setrestoreconlast = false; in selinux_android_restorecon_common()
1654 setrestoreconlast = false; in selinux_android_restorecon_common()
1695 if (setrestoreconlast) { in selinux_android_restorecon_common()
1743 if (setrestoreconlast && !nochange && !error) { in selinux_android_restorecon_common()