Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/androidfw/
H A DLoadedArsc.cpp287 const auto entry_offset_ptr = type_chunk.offset(offsets_offset).convert<uint32_t>() + entry_index; in GetEntryOffset() local
288 if (UNLIKELY(!entry_offset_ptr)) { in GetEntryOffset()
292 const uint32_t value = dtohl(entry_offset_ptr.value()); in GetEntryOffset()
381 auto entry_offset_ptr = type.offset(dtohs(type->header.headerSize)).convert<uint32_t>() + in FindEntryByName() local
383 if (!entry_offset_ptr) { in FindEntryByName()
390 auto sparse_entry = entry_offset_ptr.convert<ResTable_sparseTypeEntry>(); in FindEntryByName()
394 offset = dtohl(entry_offset_ptr.value()); in FindEntryByName()