Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dread_apk.cpp62 ArchiveHelper ahelper(fhelper.fd(), apk_path); in FindElfInApkByOffsetWithoutCache() local
63 if (!ahelper) { in FindElfInApkByOffsetWithoutCache()
66 ZipArchiveHandle &handle = ahelper.archive_handle(); in FindElfInApkByOffsetWithoutCache()
121 ArchiveHelper ahelper(fhelper.fd(), apk_path); in FindElfInApkByName() local
122 if (!ahelper) { in FindElfInApkByName()
125 ZipArchiveHandle& handle = ahelper.archive_handle(); in FindElfInApkByName()
Dgtest_main.cpp54 ArchiveHelper ahelper(tmp_file.fd, tmp_file.path); in ExtractTestDataFromElfSection() local
55 if (!ahelper) { in ExtractTestDataFromElfSection()
59 ZipArchiveHandle& handle = ahelper.archive_handle(); in ExtractTestDataFromElfSection()