Lines Matching refs:ZipWriter
865 size_t flags = ZipWriter::kCompress | ZipWriter::kDefaultCompression; in AddZipEntryFromFd()
870 ZipWriter::ErrorCodeString(err)); in AddZipEntryFromFd()
919 MYLOGE("zip_writer_->WriteBytes(): %s\n", ZipWriter::ErrorCodeString(err)); in AddZipEntryFromFd()
927 MYLOGE("zip_writer_->FinishEntry(): %s\n", ZipWriter::ErrorCodeString(err)); in AddZipEntryFromFd()
958 size_t flags = ZipWriter::kCompress | ZipWriter::kDefaultCompression; in AddTextZipEntry()
962 ZipWriter::ErrorCodeString(err)); in AddTextZipEntry()
969 ZipWriter::ErrorCodeString(err)); in AddTextZipEntry()
975 MYLOGE("zip_writer_->FinishEntry(): %s\n", ZipWriter::ErrorCodeString(err)); in AddTextZipEntry()
1366 ZipWriter::FileEntry file_entry; in RunDumpsysProto()
2760 MYLOGE("zip_writer_->Finish(): %s\n", ZipWriter::ErrorCodeString(err)); in FinishZipFile()
2859 ds.zip_writer_.reset(new ZipWriter(ds.zip_file.get())); in PrepareToWriteToFile()