Home
last modified time | relevance | path

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

/system/vold/
Dvold_prepare_subdirs.cpp161 auto vendor_de_path = android::vold::BuildDataVendorDePath(user_id); in prepare_subdirs() local
162 if (!prepare_dir(sehandle, 0700, AID_SYSTEM, AID_SYSTEM, vendor_de_path + "/fpdata")) { in prepare_subdirs()
165 auto facedata_path = vendor_de_path + "/facedata"; in prepare_subdirs()
211 auto vendor_de_path = android::vold::BuildDataVendorDePath(user_id); in destroy_subdirs() local
212 res &= rmrf_contents(vendor_de_path); in destroy_subdirs()
DFsCrypt.cpp814 auto vendor_de_path = android::vold::BuildDataVendorDePath(user_id); in fscrypt_prepare_user_storage() local
828 if (!prepare_dir(vendor_de_path, 0771, AID_ROOT, AID_ROOT)) return false; in fscrypt_prepare_user_storage()
838 if (!EnsurePolicy(de_policy, vendor_de_path)) return false; in fscrypt_prepare_user_storage()
927 auto vendor_de_path = android::vold::BuildDataVendorDePath(user_id); in fscrypt_destroy_user_storage() local
939 res &= destroy_dir(vendor_de_path); in fscrypt_destroy_user_storage()