Searched refs:entryIndices (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/
H A DTypeWrappers.cpp38 const uint32_t* const entryIndices = reinterpret_cast<const uint32_t*>( local
40 if (reinterpret_cast<uintptr_t>(entryIndices) + (sizeof(uint32_t) * entryCount) > containerEnd) {
45 const uint32_t entryOffset = dtohl(entryIndices[mIndex]);

Completed in 37 milliseconds