Home
last modified time | relevance | path

Searched defs:kMaxCommentLen (Results 1 – 4 of 4) sorted by relevance

/aosp12/build/make/tools/ziptime/
H A DZipFile.h63 kMaxCommentLen = 65535, // longest possible in ushort enumerator
/aosp12/build/make/tools/zipalign/
H A DZipFile.h201 kMaxCommentLen = 65535, // longest possible in ushort enumerator
/aosp12/frameworks/base/tools/aapt/
H A DZipFile.h205 kMaxCommentLen = 65535, // longest possible in ushort enumerator
/aosp12/system/libziparchive/
H A Dzip_archive_common.h282 static const uint32_t kMaxCommentLen = 65535; variable