Home | History | Annotate | Download | only in androidfw

Lines Matching defs:mapSize

282 static status_t getIdmapPackageId(const uint32_t* map, size_t mapSize, uint32_t *outId)
284 if (!assertIdmapHeader(map, mapSize)) {
5431 const size_t mapSize = map.size();
5432 *data++ = htodl(mapSize);
5433 size_t offset = mapSize;
5434 for (size_t i = 0; i < mapSize; ++i) {
5445 for (size_t i = 0; i < mapSize; ++i) {