Searched refs:zentry (Results 1 – 2 of 2) sorted by relevance
114 ZipEntry zentry; in FindElfInApkByNameWithoutCache() local115 if (!ahelper->FindEntry(entry_name, &zentry)) { in FindElfInApkByNameWithoutCache()118 if (zentry.method != kCompressStored || zentry.compressed_length != zentry.uncompressed_length) { in FindElfInApkByNameWithoutCache()122 new EmbeddedElf(apk_path, entry_name, zentry.offset, zentry.uncompressed_length)); in FindElfInApkByNameWithoutCache()
121 ZipEntry zentry; in IterateEntries() local124 while ((result = Next(iteration_cookie, &zentry, &zname)) == 0) { in IterateEntries()125 if (!callback(zentry, zname)) { in IterateEntries()