Home
last modified time | relevance | path

Searched defs:cluster (Results 1 – 2 of 2) sorted by relevance

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFat.java237 long cluster = startCluster; in getChain() local
260 public long getNextCluster(long cluster) { in getNextCluster()
367 public long allocAppend(long cluster) in allocAppend()
382 public void setEof(long cluster) { in setEof()
387 public void setFree(long cluster) { in setFree()
450 protected void testCluster(long cluster) throws IllegalArgumentException { in testCluster()
DClusterChain.java100 private long getDevOffset(long cluster, int clusterOffset) { in getDevOffset()