Home
last modified time | relevance | path

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

/system/vold/
DExt4Crypt.cpp731 auto system_de_path = android::vold::BuildDataSystemDePath(user_id); in e4crypt_prepare_user_storage() local
742 if (!prepare_dir(system_de_path, 0770, AID_SYSTEM, AID_SYSTEM)) return false; in e4crypt_prepare_user_storage()
750 if (!ensure_policy(de_raw_ref, system_de_path)) return false; in e4crypt_prepare_user_storage()
800 auto system_de_path = android::vold::BuildDataSystemDePath(user_id); in e4crypt_destroy_user_storage() local
810 res &= destroy_dir(system_de_path); in e4crypt_destroy_user_storage()