OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kEOCDSize
(Results
1 - 3
of
3
) sorted by null
/art/runtime/
zip_archive.h
81
static const int32_t
kEOCDSize
= 12; // size of the central directory
/dalvik/libdex/
ZipArchive.cpp
46
#define
kEOCDSize
12 // size of the central directory
235
u4 centralDirSize = get4LE(eocdPtr +
kEOCDSize
);
/frameworks/base/libs/androidfw/
ZipFileRO.cpp
55
#define
kEOCDSize
12 // size of the central directory
183
if (readAmount <
kEOCDSize
) {
277
unsigned int centralDirSize = get4LE(eocdPtr +
kEOCDSize
);
Completed in 30 milliseconds