Searched refs:kZipBufSize (Results 1 – 3 of 3) sorted by relevance
199 auto buf = std::make_unique<char[]>(kZipBufSize); in ExtractCurrentEntry()204 const int numBytesRead = unzReadCurrentFile(zipFile_, buf.get(), kZipBufSize); in ExtractCurrentEntry()
39 char buf[kZipBufSize]; in AddFileContentToZip()58 num_bytes = fread(buf, 1, kZipBufSize, fp); in AddFileContentToZip()
30 const int kZipBufSize = 8192; variable