HomeSort by relevance Sort by last modified time
    Searched full:offsets_offset (Results 1 - 1 of 1) sorted by null

  /frameworks/base/libs/androidfw/
LoadedArsc.cpp 224 const size_t offsets_offset = chunk.header_size(); local
228 if (offsets_offset + offsets_length > entries_offset) {
245 reinterpret_cast<const uint32_t*>(reinterpret_cast<const uint8_t*>(header) + offsets_offset);

Completed in 96 milliseconds