Home
last modified time | relevance | path

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

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DAbstractDirectory.java149 public final int getCapacity() { in getCapacity() method in AbstractDirectory
215 getCapacity() * FatDirectoryEntry.SIZE); in flush()
246 getCapacity() * FatDirectoryEntry.SIZE); in read()
251 for (int i=0; i < getCapacity(); i++) { in read()
271 if (getSize() == getCapacity()) { in addEntry()
272 changeSize(getCapacity() + 1); in addEntry()
281 if (getSize() + entries.length > getCapacity()) { in addEntries()
DFat16RootDirectory.java108 if (getCapacity() < entryCount) { in changeSize()
109 throw new DirectoryFullException(getCapacity(), entryCount); in changeSize()
DClusterChainDirectory.java131 getCapacity(), entryCount); in changeSize()