Home
last modified time | relevance | path

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

/system/vold/model/
DPrivateVolume.cpp167 RestoreconRecursive(mPath); in doMount()
/system/vold/
DUtils.h164 status_t RestoreconRecursive(const std::string& path);
DFsCrypt.cpp889 android::vold::RestoreconRecursive(system_ce_path); in fscrypt_prepare_user_storage()
890 android::vold::RestoreconRecursive(vendor_ce_path); in fscrypt_prepare_user_storage()
891 android::vold::RestoreconRecursive(misc_ce_path); in fscrypt_prepare_user_storage()
DUtils.cpp1145 status_t RestoreconRecursive(const std::string& path) { in RestoreconRecursive() function