Searched refs:GZipSection (Results 1 – 2 of 2) sorted by relevance
72 class GZipSection : public Section {74 GZipSection(int id, const char* filename, ...);75 virtual ~GZipSection();
145 GZipSection::GZipSection(int id, const char* filename, ...) : Section(id) { in GZipSection() function in android::os::incidentd::GZipSection157 GZipSection::~GZipSection() { free(mFilenames); } in ~GZipSection()159 status_t GZipSection::Execute(ReportWriter* writer) const { in Execute()