Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp1226 const size_t max_count = (*parent_bag)->entry_count + dtohl(map->count); in GetBag() local
1228 malloc(sizeof(ResolvedBag) + (max_count * sizeof(ResolvedBag::Entry))))}; in GetBag()
1324 if (actual_count != max_count) { in GetBag()