OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kEOCDCommentSize
(Results
1 - 3
of
3
) sorted by null
/art/runtime/
zip_archive.h
83
static const int32_t
kEOCDCommentSize
= 20; // offset to the length of the file comment
/dalvik/libdex/
ZipArchive.cpp
48
#define
kEOCDCommentSize
20 // offset to the length of the file comment
237
u4 commentSize = get2LE(eocdPtr +
kEOCDCommentSize
);
/frameworks/base/libs/androidfw/
ZipFileRO.cpp
57
#define
kEOCDCommentSize
20 // offset to the length of the file comment
279
unsigned int commentSize = get2LE(eocdPtr +
kEOCDCommentSize
);
Completed in 295 milliseconds