Searched refs:mapCount (Results 1 – 1 of 1) sorted by relevance
374 uint16_t mapCount = dtohs(*(data++)); in parseIdmap() local375 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()