Searched refs:user_ce_path (Results 1 – 1 of 1) sorted by relevance
852 auto user_ce_path = android::vold::BuildDataUserCePath(volume_uuid, user_id); in fscrypt_prepare_user_storage() local860 if (!prepare_dir(user_ce_path, 0771, AID_SYSTEM, AID_SYSTEM)) return false; in fscrypt_prepare_user_storage()873 if (!EnsurePolicy(ce_policy, user_ce_path)) return false; in fscrypt_prepare_user_storage()903 auto user_ce_path = android::vold::BuildDataUserCePath(volume_uuid, user_id); in fscrypt_destroy_user_storage() local906 res &= destroy_dir(user_ce_path); in fscrypt_destroy_user_storage()