Searched refs:getEntryByIndex (Results 1 – 3 of 3) sorted by relevance
58 pEntry = pZin->getEntryByIndex(i); in copyAndAlign()160 pEntry = zipFile.getEntryByIndex(i); in verify()
165 ZipEntry* getEntryByIndex(int idx) const;
135 ZipEntry* ZipFile::getEntryByIndex(int idx) const in getEntryByIndex() function in ZipFile