Home
last modified time | relevance | path

Searched refs:getStartCluster (Results 1 – 6 of 6) sorted by relevance

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DClusterChain.java87 public long getStartCluster() { in getStartCluster() method in ClusterChain
111 if (getStartCluster() == 0) return 0; in getLengthOnDisk()
143 if (getStartCluster() == 0) return 0; in getChainLength()
145 final long[] chain = getFat().getChain(getStartCluster()); in getChainLength()
175 fat.allocAppend(getStartCluster()); in setChainLength()
254 final long[] chain = fat.getChain(getStartCluster()); in writeData()
DFatFile.java53 fat, entry.getStartCluster(), entry.isReadonlyFlag()); in get()
93 this.entry.setStartCluster(chain.getStartCluster()); in setLength()
204 ", first cluster=" + chain.getStartCluster() + "]"; in toString()
DFatLfnDirectory.java200 new ClusterChain(fat, real.getStartCluster(), false); in addDirectory()
358 fat, entry.realEntry.getStartCluster(), false); in remove()
428 fat, entry.getStartCluster(), in read()
DClusterChainDirectory.java77 bs.setRootDirFirstCluster(cc.getStartCluster()); in createRoot()
114 return isRoot() ? 0 : chain.getStartCluster(); in getStorageCluster()
DAbstractDirectory.java314 entry.setStartCluster(chain.getStartCluster()); in createSub()
DFatDirectoryEntry.java348 public long getStartCluster() { in getStartCluster() method in FatDirectoryEntry