Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAssetManager2.cpp602 const ResTable_map* const map_entry_end = map_entry + dtohl(map->count); in GetBag() local
613 const size_t entry_count = map_entry_end - map_entry; in GetBag()
617 for (; map_entry != map_entry_end; ++map_entry) { in GetBag()
672 while (map_entry != map_entry_end && parent_entry != parent_entry_end) { in GetBag()
712 while (map_entry != map_entry_end) { in GetBag()