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

  /art/runtime/
zip_archive.h 99 static const int32_t kCDECRC = 16; // offset to entry CRC
zip_archive.cc 60 return Le32ToHost(ptr_ + ZipArchive::kCDECRC);
  /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 122 milliseconds