Home
last modified time | relevance | path

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

/aosp12/system/vold/
H A Dvold_prepare_subdirs.cpp216 auto system_ce_path = android::vold::BuildDataSystemCePath(user_id); in prepare_subdirs() local
217 if (!prepare_dir(sehandle, 0700, AID_SYSTEM, AID_SYSTEM, system_ce_path + "/backup")) { in prepare_subdirs()
221 system_ce_path + "/backup_stage")) { in prepare_subdirs()
H A DFsCrypt.cpp848 auto system_ce_path = android::vold::BuildDataSystemCePath(user_id); in fscrypt_prepare_user_storage() local
855 if (!prepare_dir(system_ce_path, 0770, AID_SYSTEM, AID_SYSTEM)) return false; in fscrypt_prepare_user_storage()
875 if (!EnsurePolicy(ce_policy, system_ce_path)) return false; in fscrypt_prepare_user_storage()
889 android::vold::RestoreconRecursive(system_ce_path); in fscrypt_prepare_user_storage()
908 auto system_ce_path = android::vold::BuildDataSystemCePath(user_id); in fscrypt_destroy_user_storage() local
917 res &= destroy_dir(system_ce_path); in fscrypt_destroy_user_storage()