Searched defs:endPos (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/utils/
H A DResourceTypes.cpp3861 const uint8_t* endPos = ((const uint8_t*)pkg) + dtohs(pkg->header.size); local
3862 while (((const uint8_t*)chunk) <= (endPos-sizeof(ResChunk_header)) &&
3863 ((const uint8_t*)chunk) <= (endPos-dtohl(chunk->size))) {
3872 endPos, "ResTable_typeSpec");
3919 endPos, "ResTable_type");
3985 endPos, "ResTable_package:unknown");

Completed in 56 milliseconds