Searched refs:getLengthOnDisk (Results 1 – 3 of 3) sorted by relevance
50 super((int)(chain.getLengthOnDisk() / FatDirectoryEntry.SIZE), in ClusterChainDirectory()95 final long trueSize = chain.getLengthOnDisk(); in write()
110 public long getLengthOnDisk() { in getLengthOnDisk() method in ClusterChain250 if (getLengthOnDisk() < minSize) { in writeData()
55 if (entry.getLength() > cc.getLengthOnDisk()) throw new IOException( in get()