Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAssetManager2.cpp1180 const size_t actual_count = new_entry - new_bag->entries; in GetBag() local
1181 if (actual_count != max_count) { in GetBag()
1183 new_bag.release(), sizeof(ResolvedBag) + (actual_count * sizeof(ResolvedBag::Entry))))); in GetBag()
1187 std::sort(new_bag->entries, new_bag->entries + actual_count, compare_bag_entries); in GetBag()
1192 new_bag->entry_count = static_cast<uint32_t>(actual_count); in GetBag()