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

  /external/chromium_org/chrome/test/chromedriver/chrome/
zip_internal.h 57 const int kZipBufSize = 8192;
  /external/chromium_org/third_party/zlib/google/
zip_internal.h 57 const int kZipBufSize = 8192;
  /external/chromium/chrome/common/
zip.cc 20 static const int kZipBufSize = 8192;
79 char buf[kZipBufSize];
81 num_bytes = unzReadCurrentFile(zip_file, buf, kZipBufSize);
214 char buf[kZipBufSize];
216 num_bytes = stream.Read(buf, kZipBufSize, NULL);

Completed in 61 milliseconds