OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:containerend
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/libs/androidfw/
TypeWrappers.cpp
36
const uintptr_t
containerEnd
= reinterpret_cast<uintptr_t>(type)
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 459 milliseconds