Searched refs:foundEntryName (Results 1 – 1 of 1) sorted by relevance
598 const int foundEntryName = mZip->getEntryFileName(entry, name, ANIM_ENTRY_NAME_MAX); in preloadZip() local599 if (foundEntryName > ANIM_ENTRY_NAME_MAX || foundEntryName == -1) { in preloadZip()