Home
last modified time | relevance | path

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

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DClusterChainDirectory.java50 super((int)(chain.getLengthOnDisk() / FatDirectoryEntry.SIZE), in ClusterChainDirectory()
95 final long trueSize = chain.getLengthOnDisk(); in write()
DClusterChain.java110 public long getLengthOnDisk() { in getLengthOnDisk() method in ClusterChain
250 if (getLengthOnDisk() < minSize) { in writeData()
DFatFile.java55 if (entry.getLength() > cc.getLengthOnDisk()) throw new IOException( in get()