Searched refs:getChain (Results 1 – 3 of 3) sorted by relevance
145 final long[] chain = getFat().getChain(getStartCluster()); in getChainLength()167 final long[] chain = fat.getChain(startCluster); in setChainLength()204 final long[] chain = getFat().getChain(startCluster); in readData()254 final long[] chain = fat.getChain(getStartCluster()); in writeData()
189 ClusterChain getChain() { in getChain() method in FatFile
233 public long[] getChain(long startCluster) { in getChain() method in Fat