OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cdLength
(Results
1 - 4
of
4
) sorted by null
/dalvik/libdex/
ZipArchive.cpp
278
size_t
cdLength
= pArchive->mDirectoryMap.length;
301
if (ptr + kCDELen > cdPtr +
cdLength
) {
322
if ((size_t)(ptr - cdPtr) >
cdLength
) {
324
(int) (ptr - cdPtr),
cdLength
, i);
/frameworks/base/libs/utils/
ZipFileRO.cpp
327
size_t
cdLength
= mDirectoryMap->getDataLength();
347
if (ptr + kCDELen > cdPtr +
cdLength
) {
369
if ((size_t)(ptr - cdPtr) >
cdLength
) {
371
(int) (ptr - cdPtr), (ZD_TYPE)
cdLength
, i);
/prebuilt/common/commons-compress/
commons-compress-1.0.jar
/prebuilt/common/ant/
ant.jar
Completed in 33 milliseconds