Searched refs:zentry (Results 1 – 2 of 2) sorted by relevance
118 ZipEntry zentry; in FindElfInApkByNameWithoutCache() local119 if (!ahelper->FindEntry(entry_name, &zentry)) { in FindElfInApkByNameWithoutCache()122 if (zentry.method != kCompressStored || zentry.compressed_length != zentry.uncompressed_length) { in FindElfInApkByNameWithoutCache()125 return std::unique_ptr<EmbeddedElf>(new EmbeddedElf(apk_path, entry_name, zentry.offset, in FindElfInApkByNameWithoutCache()126 zentry.uncompressed_length)); in FindElfInApkByNameWithoutCache()
113 ZipEntry zentry; in IterateEntries() local116 while ((result = Next(iteration_cookie, &zentry, &zname)) == 0) { in IterateEntries()118 if (!callback(zentry, name)) { in IterateEntries()