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

  /build/tools/zipalign/
ZipFile.h 203 kEOCDLen = 22, // EndOfCentralDir len, excl. comment
206 kMaxEOCDSearch = kMaxCommentLen + EndOfCentralDir::kEOCDLen,
ZipFile.cpp 217 if (fileLength < EndOfCentralDir::kEOCDLen) {
    [all...]
  /frameworks/base/tools/aapt/
ZipFile.h 203 kEOCDLen = 22, // EndOfCentralDir len, excl. comment
206 kMaxEOCDSearch = kMaxCommentLen + EndOfCentralDir::kEOCDLen,
ZipFile.cpp 217 if (fileLength < EndOfCentralDir::kEOCDLen) {
    [all...]
  /dalvik/libdex/
ZipArchive.cpp 40 #define kEOCDLen 22
46 #define kMaxEOCDSearch (kMaxCommentLen + kEOCDLen)
166 for (i = readAmount - kEOCDLen; i >= 0; i--) {
235 if (fileLength < kEOCDLen) {
  /frameworks/native/libs/utils/
ZipFileRO.cpp 72 #define kEOCDLen 22
78 #define kMaxEOCDSearch (kMaxCommentLen + kEOCDLen)
150 if (mFileLength < kEOCDLen) {
265 for (i = readAmount - kEOCDLen; i >= 0; i--) {

Completed in 246 milliseconds