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

/frameworks/base/libs/androidfw/
H A DTypeWrappers.cpp36 const uintptr_t containerEnd = reinterpret_cast<uintptr_t>(type) local
40 if (reinterpret_cast<uintptr_t>(entryIndices) + (sizeof(uint32_t) * entryCount) > containerEnd) {
57 if (reinterpret_cast<uintptr_t>(entry) > containerEnd - sizeof(*entry)) {
60 } else if (reinterpret_cast<uintptr_t>(entry) + dtohs(entry->size) > containerEnd) {

Completed in 125 milliseconds