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()
122 ArchiveHelper ahelper(fhelper.fd(), apk_path); in FindElfInApkByName() local
123 if (!ahelper) { in FindElfInApkByName()
126 ZipArchiveHandle& handle = ahelper.archive_handle(); in FindElfInApkByName()
Dgtest_main.cpp62 ArchiveHelper ahelper(tmp_file.fd, tmp_file.path); in ExtractTestDataFromElfSection() local
63 if (!ahelper) { in ExtractTestDataFromElfSection()
67 ZipArchiveHandle& handle = ahelper.archive_handle(); in ExtractTestDataFromElfSection()