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

/dalvik/libdex/
H A DZipArchive.cpp338 size_t cdLength = pArchive->mDirectoryMap.length; local
361 if (ptr + kCDELen > cdPtr + cdLength) {
397 if ((size_t)(ptr - cdPtr) > cdLength) {
399 (int) (ptr - cdPtr), cdLength, i);

Completed in 61 milliseconds