HomeSort by relevance Sort by last modified time
    Searched refs:clusterSize (Results 1 - 3 of 3) sorted by null

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
ClusterChain.java 35 private final int clusterSize;
66 this.clusterSize = fat.getBootSector().getBytesPerCluster();
70 return clusterSize;
102 ((cluster - Fat.FIRST_CLUSTER) * clusterSize);
113 return getChainLength() * clusterSize;
128 final long nrClusters = ((size + clusterSize - 1) / clusterSize);
134 return clusterSize * nrClusters;
207 int chainIdx = (int) (offset / clusterSize);
208 if (offset % clusterSize != 0)
    [all...]
  /prebuilts/devtools/tools/lib/
jobb.jar 
fat32lib.jar 

Completed in 381 milliseconds