Home
last modified time | relevance | path

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

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DClusterChainDirectory.java75 cc.setChainLength(1); in createRoot()
118 chain.setChainLength(0); in delete()
DClusterChain.java132 setChainLength((int) nrClusters); in setSize()
157 public void setChainLength(int nrClusters) throws IOException { in setChainLength() method in ClusterChain
DFatLfnDirectory.java201 cc.setChainLength(0); in addDirectory()
360 cc.setChainLength(0); in remove()
DAbstractDirectory.java311 chain.setChainLength(1); in createSub()