Home
last modified time | relevance | path

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

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DAbstractDirectory.java108 protected abstract void changeSize(int entryCount) in changeSize() method in AbstractDirectory
272 changeSize(getCapacity() + 1); in addEntry()
282 changeSize(getSize() + entries.length); in addEntries()
292 changeSize(getSize()); in removeEntry()
367 changeSize(getSize() - 1); in setLabel()
375 changeSize(getSize() + 1); in setLabel()
DFat16RootDirectory.java107 protected void changeSize(int entryCount) throws DirectoryFullException { in changeSize() method in Fat16RootDirectory
DClusterChainDirectory.java122 protected final void changeSize(int entryCount) in changeSize() method in ClusterChainDirectory
DFatLfnDirectory.java292 dir.changeSize(size); in updateLFN()