Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DLoadedArsc.cpp107 const size_t offsets_offset = dtohs(header->header.headerSize); in VerifyResTableType() local
111 if (offsets_offset > entries_offset || entries_offset - offsets_offset < offsets_length) { in VerifyResTableType()
252 const size_t offsets_offset = dtohs(type_chunk->header.headerSize); in GetEntryOffset() local
260 reinterpret_cast<const uint8_t*>(type_chunk) + offsets_offset); in GetEntryOffset()
285 reinterpret_cast<const uint8_t*>(type_chunk) + offsets_offset); in GetEntryOffset()