HomeSort by relevance Sort by last modified time
    Searched refs:GZipSection (Results 1 - 2 of 2) sorted by null

  /frameworks/base/cmds/incidentd/src/
Section.h 70 class GZipSection : public Section {
72 GZipSection(int id, const char* filename, ...);
73 virtual ~GZipSection();
Section.cpp 144 GZipSection::GZipSection(int id, const char* filename, ...) : Section(id) {
156 GZipSection::~GZipSection() { free(mFilenames); }
158 status_t GZipSection::Execute(ReportWriter* writer) const {
167 ALOGW("GZipSection failed to open file %s", mFilenames[index]);

Completed in 60 milliseconds