Home
last modified time | relevance | path

Searched refs:newCluster (Results 1 – 1 of 1) sorted by relevance

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFat.java376 long newCluster = allocNew(); in allocAppend() local
377 entries[(int) cluster] = newCluster; in allocAppend()
379 return newCluster; in allocAppend()