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