Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DLoadedArsc.cpp300 const auto entry_offset_ptr = offsets.convert<uint16_t>() + entry_index; in GetEntryOffset() local
301 if (UNLIKELY(!entry_offset_ptr)) { in GetEntryOffset()
304 result = offset_from16(entry_offset_ptr.value()); in GetEntryOffset()
306 const auto entry_offset_ptr = offsets.convert<uint32_t>() + entry_index; in GetEntryOffset() local
307 if (UNLIKELY(!entry_offset_ptr)) { in GetEntryOffset()
310 result = dtohl(entry_offset_ptr.value()); in GetEntryOffset()