Searched refs:GZipSection (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/cmds/incidentd/src/ |
D | Section.h | 95 class GZipSection : public Section { 97 GZipSection(int id, const char* filename, ...); 98 virtual ~GZipSection();
|
D | Section.cpp | 306 GZipSection::GZipSection(int id, const char* filename, ...) : Section(id) { in GZipSection() function in android::os::incidentd::GZipSection 318 GZipSection::~GZipSection() { free(mFilenames); } in ~GZipSection() 320 status_t GZipSection::Execute(ReportRequestSet* requests) const { in Execute()
|
/frameworks/base/cmds/incidentd/tests/ |
D | Section_test.cpp | 160 TEST_F(SectionTest, GZipSection) { in TEST_F() argument 163 GZipSection gs(NOOP_PARSER, "/tmp/nonexist", testFile.c_str(), NULL); in TEST_F() 186 GZipSection gs(NOOP_PARSER, "/tmp/nonexist1", "/tmp/nonexist2", NULL); in TEST_F()
|