Searched defs:mappedEntry (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp340 uint32_t mappedEntry = dtohl(entries[entryId]); local
341 if (mappedEntry == 0xffffffff) {
345 *outEntryId = static_cast<uint16_t>(mappedEntry);

Completed in 38 milliseconds