Home
last modified time | relevance | path

Searched refs:zipWriter (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dzip_utils.cpp65 ZipWriter zipWriter(dstFile); in ZipFolder()
66 zipWriter.Open(); in ZipFolder()
67 bool ret = zipWriter.Write(zipItems, notify); in ZipFolder()
/base/update/updater/services/diffpatch/patch/
H A Dimage_patch.cpp139 std::unique_ptr<CompressedFileRestore> zipWriter = std::make_unique<CompressedFileRestore>(info.get(), writer_); in ApplyImagePatch() local
140 if (zipWriter == nullptr || zipWriter->Init() != 0) { in ApplyImagePatch()
146 if (UpdateApplyPatch::ApplyBlockPatch(patchInfo, stream, zipWriter.get()) != 0) { in ApplyImagePatch()
153 zipWriter->CompressData(originalSize, compressSize); in ApplyImagePatch()

Completed in 1 milliseconds