Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp374 uint16_t mapCount = dtohs(*(data++)); in parseIdmap() local
375 if (mapCount == 0) { in parseIdmap()
380 if (mapCount > 255) { in parseIdmap()
381 … ALOGW("idmap: too many mappings. Only 255 are possible but %u are present", (uint32_t) mapCount); in parseIdmap()