Home
last modified time | relevance | path

Searched refs:IH_CHECKSUM (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBlobCache.java94 private static final int IH_CHECKSUM = 28; field in BlobCache
218 int sum = readInt(buf, IH_CHECKSUM); in loadIndex()
219 if (checkSum(buf, 0, IH_CHECKSUM) != sum) { in loadIndex()
312 writeInt(buf, IH_CHECKSUM, checkSum(buf, 0, IH_CHECKSUM)); in resetCache()
344 writeInt(mIndexHeader, IH_CHECKSUM, in updateIndexHeader()
345 checkSum(mIndexHeader, 0, IH_CHECKSUM)); in updateIndexHeader()