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

  /build/make/tools/ziptime/
ZipFile.h 63 kMaxCommentLen = 65535, // longest possible in ushort
64 kMaxEOCDSearch = kMaxCommentLen + EndOfCentralDir::kEOCDLen,
  /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,
  /system/core/libziparchive/
zip_archive_common.h 181 static const uint32_t kMaxCommentLen = 65535;

Completed in 211 milliseconds