Searched refs:entryCount (Results 1 – 4 of 4) sorted by relevance
122 protected final void changeSize(int entryCount) in changeSize() argument125 assert (entryCount >= 0); in changeSize()127 final int size = entryCount * FatDirectoryEntry.SIZE; in changeSize()131 getCapacity(), entryCount); in changeSize()
107 protected void changeSize(int entryCount) throws DirectoryFullException { in changeSize() argument108 if (getCapacity() < entryCount) { in changeSize()109 throw new DirectoryFullException(getCapacity(), entryCount); in changeSize() local
108 protected abstract void changeSize(int entryCount) in changeSize() argument
96 int entryCount = 0; in findApkSignatureSchemeBlock() local98 entryCount++; in findApkSignatureSchemeBlock()101 "Insufficient data to read size of APK Signing Block entry #" + entryCount); in findApkSignatureSchemeBlock()106 "APK Signing Block entry #" + entryCount in findApkSignatureSchemeBlock()113 "APK Signing Block entry #" + entryCount + " size out of range: " + len in findApkSignatureSchemeBlock()