Searched refs:ArchiveHelper (Results 1 – 4 of 4) sorted by relevance
86 class ArchiveHelper {88 ArchiveHelper(int fd, const std::string& debug_filename);89 ~ArchiveHelper();102 DISALLOW_COPY_AND_ASSIGN(ArchiveHelper);
75 ArchiveHelper::ArchiveHelper(int fd, const std::string& debug_filename) : valid_(false) { in ArchiveHelper() function in ArchiveHelper84 ArchiveHelper::~ArchiveHelper() { in ~ArchiveHelper()
62 ArchiveHelper ahelper(fhelper.fd(), apk_path); in FindElfInApkByOffsetWithoutCache()121 ArchiveHelper ahelper(fhelper.fd(), apk_path); in FindElfInApkByName()
54 ArchiveHelper ahelper(tmp_file.fd, tmp_file.path); in ExtractTestDataFromElfSection()