Home
last modified time | relevance | path

Searched refs:zentry (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Dread_apk.cpp114 ZipEntry zentry; in FindElfInApkByNameWithoutCache() local
115 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()
Dutils.cpp121 ZipEntry zentry; in IterateEntries() local
124 while ((result = Next(iteration_cookie, &zentry, &zname)) == 0) { in IterateEntries()
125 if (!callback(zentry, zname)) { in IterateEntries()