Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dread_apk.cpp83 ZipEntry found_entry; in FindElfInApkByOffsetWithoutCache() local
89 found_entry = entry; in FindElfInApkByOffsetWithoutCache()
100 if (IsValidElfFile(ahelper->GetFd(), found_entry.offset) != ElfStatus::NO_ERROR) { in FindElfInApkByOffsetWithoutCache()
105 apk_path, found_entry_name, found_entry.offset, found_entry.uncompressed_length)); in FindElfInApkByOffsetWithoutCache()