Home
last modified time | relevance | path

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

/system/vold/
DUtils.cpp1138 static constexpr const char* kRestoreconString = "selinux.restorecon_recursive"; in RestoreconRecursive() local
1140 android::base::SetProperty(kRestoreconString, ""); in RestoreconRecursive()
1141 android::base::SetProperty(kRestoreconString, path); in RestoreconRecursive()
1143 android::base::WaitForProperty(kRestoreconString, path); in RestoreconRecursive()