Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DLoadedArsc.cpp296 const auto entry_offset_ptr = offsets.convert<uint16_t>() + entry_index; in GetEntryOffset() local
297 if (UNLIKELY(!entry_offset_ptr)) { in GetEntryOffset()
300 result = offset_from16(entry_offset_ptr.value()); in GetEntryOffset()
302 const auto entry_offset_ptr = offsets.convert<uint32_t>() + entry_index; in GetEntryOffset() local
303 if (UNLIKELY(!entry_offset_ptr)) { in GetEntryOffset()
306 result = dtohl(entry_offset_ptr.value()); in GetEntryOffset()