Home
last modified time | relevance | path

Searched refs:kZipBufSize (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_reader.cpp199 auto buf = std::make_unique<char[]>(kZipBufSize); in ExtractCurrentEntry()
204 const int numBytesRead = unzReadCurrentFile(zipFile_, buf.get(), kZipBufSize); in ExtractCurrentEntry()
H A Dzip_writer.cpp39 char buf[kZipBufSize]; in AddFileContentToZip()
58 num_bytes = fread(buf, 1, kZipBufSize, fp); in AddFileContentToZip()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dzip_internal.h30 const int kZipBufSize = 8192; variable