Home | History | Annotate | Download | only in androidfw

Lines Matching refs:max_count

535   const size_t max_count = parent_bag->entry_count + dtohl(map->count);
537 malloc(sizeof(ResolvedBag) + (max_count * sizeof(ResolvedBag::Entry))));
603 if (actual_count != max_count) {