Home | History | Annotate | Download | only in androidfw

Lines Matching refs:mapSize

283 static status_t getIdmapPackageId(const uint32_t* map, size_t mapSize, uint32_t *outId)
285 if (!assertIdmapHeader(map, mapSize)) {
5229 const size_t mapSize = map.size();
5230 *data++ = htodl(mapSize);
5231 size_t offset = mapSize;
5232 for (size_t i = 0; i < mapSize; ++i) {
5243 for (size_t i = 0; i < mapSize; ++i) {