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

/frameworks/base/libs/androidfw/
H A DTypeWrappers.cpp26 const uintptr_t containerEnd = reinterpret_cast<uintptr_t>(data) + dtohl(data->header.size); local
30 > containerEnd) {
58 const uintptr_t containerEnd = reinterpret_cast<uintptr_t>(type) local
62 if (reinterpret_cast<uintptr_t>(entryIndices) + (sizeof(uint32_t) * entryCount) > containerEnd) {
91 if (reinterpret_cast<uintptr_t>(entry) > containerEnd - sizeof(*entry)) {
94 } else if (reinterpret_cast<uintptr_t>(entry) + dtohs(entry->size) > containerEnd) {

Completed in 493 milliseconds