Home
last modified time | relevance | path

Searched refs:GZipSection (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/cmds/incidentd/src/
DSection.h72 class GZipSection : public Section {
74 GZipSection(int id, const char* filename, ...);
75 virtual ~GZipSection();
DSection.cpp145 GZipSection::GZipSection(int id, const char* filename, ...) : Section(id) { in GZipSection() function in android::os::incidentd::GZipSection
157 GZipSection::~GZipSection() { free(mFilenames); } in ~GZipSection()
159 status_t GZipSection::Execute(ReportWriter* writer) const { in Execute()