Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dutils.h86 class ArchiveHelper {
88 ArchiveHelper(int fd, const std::string& debug_filename);
89 ~ArchiveHelper();
102 DISALLOW_COPY_AND_ASSIGN(ArchiveHelper);
Dutils.cpp75 ArchiveHelper::ArchiveHelper(int fd, const std::string& debug_filename) : valid_(false) { in ArchiveHelper() function in ArchiveHelper
84 ArchiveHelper::~ArchiveHelper() { in ~ArchiveHelper()
Dread_apk.cpp62 ArchiveHelper ahelper(fhelper.fd(), apk_path); in FindElfInApkByOffsetWithoutCache()
121 ArchiveHelper ahelper(fhelper.fd(), apk_path); in FindElfInApkByName()
Dgtest_main.cpp54 ArchiveHelper ahelper(tmp_file.fd, tmp_file.path); in ExtractTestDataFromElfSection()