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

/system/extras/simpleperf/
H A Dutils.h89 class ArchiveHelper { class
91 ArchiveHelper(int fd, const std::string& debug_filename);
92 ~ArchiveHelper();
105 DISALLOW_COPY_AND_ASSIGN(ArchiveHelper);
H A Dutils.cpp80 ArchiveHelper::ArchiveHelper(int fd, const std::string& debug_filename) : valid_(false) { function in class:ArchiveHelper
89 ArchiveHelper::~ArchiveHelper() {
H A Dread_apk.cpp62 ArchiveHelper ahelper(fhelper.fd(), apk_path);
122 ArchiveHelper ahelper(fhelper.fd(), apk_path);
H A Dgtest_main.cpp58 ArchiveHelper ahelper(tmp_file.fd, tmp_file.path);

Completed in 57 milliseconds