Searched refs:cdLength (Results 1 - 1 of 1) sorted by relevance

/dalvik/libdex/
H A DZipArchive.cpp278 size_t cdLength = pArchive->mDirectoryMap.length; local
301 if (ptr + kCDELen > cdPtr + cdLength) {
322 if ((size_t)(ptr - cdPtr) > cdLength) {
324 (int) (ptr - cdPtr), cdLength, i);

Completed in 91 milliseconds