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

  /frameworks/base/cmds/incidentd/src/
Section.h 95 class GZipSection : public Section {
97 GZipSection(int id, const char* filename, ...);
98 virtual ~GZipSection();
Section.cpp 306 GZipSection::GZipSection(int id, const char* filename, ...) : Section(id) {
318 GZipSection::~GZipSection() { free(mFilenames); }
320 status_t GZipSection::Execute(ReportRequestSet* requests) const {
329 ALOGW("GZipSection failed to open file %s", mFilenames[index]);
332 VLOG("GZipSection is using file %s, fd=%d", mFilenames[index], fd.get());
334 ALOGW("GZipSection %s can't open all the files", this->name.string());
342 ALOGW("GZipSection '%s' failed to setup pipes", this->name.string());
348 ALOGW("GZipSection '%s' failed to fork", this->name.string())
    [all...]
  /frameworks/base/cmds/incidentd/tests/
Section_test.cpp 160 TEST_F(SectionTest, GZipSection) {
163 GZipSection gs(NOOP_PARSER, "/tmp/nonexist", testFile.c_str(), NULL);
186 GZipSection gs(NOOP_PARSER, "/tmp/nonexist1", "/tmp/nonexist2", NULL);

Completed in 540 milliseconds