Home
last modified time | relevance | path

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

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DClusterChain.java128 final long nrClusters = ((size + clusterSize - 1) / clusterSize); in setSize() local
157 public void setChainLength(int nrClusters) throws IOException { in setChainLength()
DFat.java348 public long[] allocNew(int nrClusters) throws IOException { in allocNew()