HomeSort by relevance Sort by last modified time
    Searched refs:kZipBufSize (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/zlib/google/
zip_internal.h 69 const int kZipBufSize = 8192;
zip_reader.cc 215 char buf[internal::kZipBufSize];
217 internal::kZipBufSize);
322 char buf[internal::kZipBufSize];
324 internal::kZipBufSize);
372 char buf[internal::kZipBufSize];
375 internal::kZipBufSize);
427 char buffer[internal::kZipBufSize];
431 internal::kZipBufSize);
zip.cc 37 char buf[zip::internal::kZipBufSize];
39 num_bytes = file.ReadAtCurrentPos(buf, zip::internal::kZipBufSize);
zip_reader_unittest.cc 266 // quux.txt should be larger than kZipBufSize so that we can exercise
268 EXPECT_LT(static_cast<size_t>(internal::kZipBufSize), output.size());
285 // quux.txt should be larger than kZipBufSize so that we can exercise
287 EXPECT_LT(static_cast<size_t>(internal::kZipBufSize), output.size());
306 // quux.txt should be larger than kZipBufSize so that we can exercise
308 EXPECT_LT(static_cast<size_t>(internal::kZipBufSize), output.size());

Completed in 68 milliseconds