Lines Matching refs:ZipWriter
754 int32_t err = zip_writer_->StartEntryWithTime(valid_name.c_str(), ZipWriter::kCompress, in AddZipEntryFromFd()
758 ZipWriter::ErrorCodeString(err)); in AddZipEntryFromFd()
796 MYLOGE("zip_writer_->WriteBytes(): %s\n", ZipWriter::ErrorCodeString(err)); in AddZipEntryFromFd()
803 MYLOGE("zip_writer_->FinishEntry(): %s\n", ZipWriter::ErrorCodeString(err)); in AddZipEntryFromFd()
843 … int32_t err = zip_writer_->StartEntryWithTime(entry_name.c_str(), ZipWriter::kCompress, ds.now_); in AddTextZipEntry()
846 ZipWriter::ErrorCodeString(err)); in AddTextZipEntry()
853 ZipWriter::ErrorCodeString(err)); in AddTextZipEntry()
859 MYLOGE("zip_writer_->FinishEntry(): %s\n", ZipWriter::ErrorCodeString(err)); in AddTextZipEntry()
1198 ZipWriter::FileEntry file_entry; in RunDumpsysProto()
1742 MYLOGE("zip_writer_->Finish(): %s\n", ZipWriter::ErrorCodeString(err)); in FinishZipFile()
2057 ds.zip_writer_.reset(new ZipWriter(ds.zip_file.get())); in run_main()