Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dread_apk.cpp81 ZipEntry found_entry; in FindElfInApkByOffsetWithoutCache() local
88 found_entry = entry; in FindElfInApkByOffsetWithoutCache()
99 if (lseek(ahelper->GetFd(), found_entry.offset, SEEK_SET) != found_entry.offset) { in FindElfInApkByOffsetWithoutCache()
100 PLOG(ERROR) << "lseek() failed in " << apk_path << " offset " << found_entry.offset; in FindElfInApkByOffsetWithoutCache()
108 found_entry.offset, in FindElfInApkByOffsetWithoutCache()
109 found_entry.uncompressed_length)); in FindElfInApkByOffsetWithoutCache()