Home
last modified time | relevance | path

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

/system/vold/
DUtils.cpp766 static constexpr const char* kRestoreconString = "selinux.restorecon_recursive"; in RestoreconRecursive() local
768 android::base::SetProperty(kRestoreconString, ""); in RestoreconRecursive()
769 android::base::SetProperty(kRestoreconString, path); in RestoreconRecursive()
771 android::base::WaitForProperty(kRestoreconString, path); in RestoreconRecursive()