Home
last modified time | relevance | path

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

/system/vold/
DFsCrypt.cpp812 auto system_de_path = android::vold::BuildDataSystemDePath(user_id); in fscrypt_prepare_user_storage() local
826 if (!prepare_dir(system_de_path, 0770, AID_SYSTEM, AID_SYSTEM)) return false; in fscrypt_prepare_user_storage()
836 if (!EnsurePolicy(de_policy, system_de_path)) return false; in fscrypt_prepare_user_storage()
934 auto system_de_path = android::vold::BuildDataSystemDePath(user_id); in fscrypt_destroy_user_storage() local
946 res &= destroy_dir(system_de_path); in fscrypt_destroy_user_storage()