Home
last modified time | relevance | path

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

/system/vold/
DExt4Crypt.cpp733 auto user_de_path = android::vold::BuildDataUserDePath(volume_uuid, user_id); in e4crypt_prepare_user_storage() local
744 if (!prepare_dir(user_de_path, 0771, AID_SYSTEM, AID_SYSTEM)) return false; in e4crypt_prepare_user_storage()
752 if (!ensure_policy(de_raw_ref, user_de_path)) return false; in e4crypt_prepare_user_storage()
802 auto user_de_path = android::vold::BuildDataUserDePath(volume_uuid, user_id); in e4crypt_destroy_user_storage() local
813 res &= destroy_dir(user_de_path); in e4crypt_destroy_user_storage()