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

  /art/runtime/
zip_archive.h 99 static const int32_t kCDECRC = 16; // offset to entry CRC
  /dalvik/libdex/
ZipArchive.cpp 64 #define kCDECRC 16 // offset to entry CRC
582 *pCrc32 = get4LE(ptr + kCDECRC);
  /frameworks/base/libs/androidfw/
ZipFileRO.cpp 73 #define kCDECRC 16 // offset to entry CRC
538 *pCrc32 = get4LE(ptr + kCDECRC);

Completed in 26 milliseconds