Home
last modified time | relevance | path

Searched refs:kMaxCommentLen (Results 1 – 5 of 5) sorted by relevance

/aosp12/build/make/tools/ziptime/
H A DZipFile.h63 kMaxCommentLen = 65535, // longest possible in ushort enumerator
64 kMaxEOCDSearch = kMaxCommentLen + EndOfCentralDir::kEOCDLen,
/aosp12/build/make/tools/zipalign/
H A DZipFile.h201 kMaxCommentLen = 65535, // longest possible in ushort enumerator
202 kMaxEOCDSearch = kMaxCommentLen + EndOfCentralDir::kEOCDLen,
/aosp12/frameworks/base/tools/aapt/
H A DZipFile.h205 kMaxCommentLen = 65535, // longest possible in ushort enumerator
206 kMaxEOCDSearch = kMaxCommentLen + EndOfCentralDir::kEOCDLen,
/aosp12/system/libziparchive/
H A Dzip_archive_common.h282 static const uint32_t kMaxCommentLen = 65535; variable
H A Dzip_archive.cc68 static const uint32_t kMaxEOCDSearch = kMaxCommentLen + sizeof(EocdRecord);