Searched refs:getCapacity (Results 1 – 3 of 3) sorted by relevance
149 public final int getCapacity() { in getCapacity() method in AbstractDirectory215 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()
108 if (getCapacity() < entryCount) { in changeSize()109 throw new DirectoryFullException(getCapacity(), entryCount); in changeSize()
131 getCapacity(), entryCount); in changeSize()