HomeSort by relevance Sort by last modified time
    Searched defs:kCDECommentLen (Results 1 - 3 of 3) sorted by null

  /art/runtime/
zip_archive.h 104 static const int32_t kCDECommentLen = 32; // offset to comment length
  /dalvik/libdex/
ZipArchive.cpp 69 #define kCDECommentLen 32 // offset to comment length
381 commentLen = get2LE(ptr + kCDECommentLen);
  /frameworks/base/libs/androidfw/
ZipFileRO.cpp 78 #define kCDECommentLen 32 // offset to comment length
386 unsigned int commentLen = get2LE(ptr + kCDECommentLen);

Completed in 27 milliseconds