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

  /build/make/tools/ziptime/
ZipFile.h 63 kMaxCommentLen = 65535, // longest possible in ushort
64 kMaxEOCDSearch = kMaxCommentLen + EndOfCentralDir::kEOCDLen,
  /system/core/libziparchive/
zip_archive_common.h 181 static const uint32_t kMaxCommentLen = 65535;
zip_archive.cc 63 static const uint32_t kMaxEOCDSearch = kMaxCommentLen + sizeof(EocdRecord);
    [all...]
  /build/make/tools/zipalign/
ZipFile.h 199 kMaxCommentLen = 65535, // longest possible in ushort
200 kMaxEOCDSearch = kMaxCommentLen + EndOfCentralDir::kEOCDLen,
  /frameworks/base/tools/aapt/
ZipFile.h 205 kMaxCommentLen = 65535, // longest possible in ushort
206 kMaxEOCDSearch = kMaxCommentLen + EndOfCentralDir::kEOCDLen,

Completed in 112 milliseconds