Searched refs:INDEX_HEADER_SIZE (Results 1 – 1 of 1) sorted by relevance
95 private static final int INDEX_HEADER_SIZE = 32; field in BlobCache123 private byte[] mIndexHeader = new byte[INDEX_HEADER_SIZE];197 if (mIndexFile.read(buf) != INDEX_HEADER_SIZE) { in loadIndex()246 INDEX_HEADER_SIZE + mMaxEntries * 12 * 2) { in loadIndex()290 mActiveHashStart = INDEX_HEADER_SIZE; in setActiveVariables()291 mInactiveHashStart = INDEX_HEADER_SIZE; in setActiveVariables()302 mIndexFile.setLength(INDEX_HEADER_SIZE + maxEntries * 12 * 2); in resetCache()