Home
last modified time | relevance | path

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

/system/vold/
DExt4Crypt.cpp723 auto user_ce_path = android::vold::BuildDataUserCePath(volume_uuid, user_id); in e4crypt_prepare_user_storage() local
728 if (!prepare_dir(user_ce_path, 0771, AID_SYSTEM, AID_SYSTEM)) return false; in e4crypt_prepare_user_storage()
737 if (!ensure_policy(ce_raw_ref, user_ce_path)) return false; in e4crypt_prepare_user_storage()
785 auto user_ce_path = android::vold::BuildDataUserCePath(volume_uuid, user_id); in e4crypt_destroy_user_storage() local
792 res &= destroy_dir(user_ce_path); in e4crypt_destroy_user_storage()