OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kEOCDCommentSize
(Results
1 - 4
of
4
) sorted by null
/art/runtime/
zip_archive.h
83
static const int32_t
kEOCDCommentSize
= 20; // offset to the length of the file comment
zip_archive.cc
474
uint16_t comment_size = Le16ToHost(eocd_ptr +
kEOCDCommentSize
);
/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 436 milliseconds