Searched defs:gzip (Results 1 - 1 of 1) sorted by relevance

/system/extras/perfprofd/
H A Dperfprofd_io.cc268 std::unique_ptr<GzipOutputStream> gzip; local
271 gzip = GzipOutputStream::Create(&cosa, &error_msg);
272 if (gzip == nullptr) {
276 out = gzip.get();
288 if (gzip != nullptr) {
289 zip_ok = gzip->Flush();
290 zip_ok = gzip->Close() && zip_ok;

Completed in 49 milliseconds