Searched refs:getStartCluster (Results 1 – 6 of 6) sorted by relevance
87 public long getStartCluster() { in getStartCluster() method in ClusterChain111 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()
53 fat, entry.getStartCluster(), entry.isReadonlyFlag()); in get()93 this.entry.setStartCluster(chain.getStartCluster()); in setLength()204 ", first cluster=" + chain.getStartCluster() + "]"; in toString()
200 new ClusterChain(fat, real.getStartCluster(), false); in addDirectory()358 fat, entry.realEntry.getStartCluster(), false); in remove()428 fat, entry.getStartCluster(), in read()
77 bs.setRootDirFirstCluster(cc.getStartCluster()); in createRoot()114 return isRoot() ? 0 : chain.getStartCluster(); in getStorageCluster()
314 entry.setStartCluster(chain.getStartCluster()); in createSub()
348 public long getStartCluster() { in getStartCluster() method in FatDirectoryEntry