Searched defs:crc32 (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/include/utils/
H A DBackupHelpers.h48 int crc32; member in struct:android::FileState
/frameworks/base/tools/aapt/
H A DZipEntry.cpp259 void ZipEntry::setDataInfo(long uncompLen, long compLen, unsigned long crc32, argument
263 mCDE.mCRC32 = crc32;
512 LOGD(" modTime=0x%04x modDate=0x%04x crc32=0x%08lx\n",
681 LOGD(" modTime=0x%04x modDate=0x%04x crc32=0x%08lx\n",
/frameworks/base/libs/utils/
H A DAsset.cpp189 unsigned long crc32; local
191 &compressedLen, &crc32);

Completed in 544 milliseconds