Home
last modified time | relevance | path

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

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFat.java276 public long allocNew() throws IOException { in allocNew() method in Fat
348 public long[] allocNew(int nrClusters) throws IOException { in allocNew() method in Fat
351 rc[0] = allocNew(); in allocNew()
376 long newCluster = allocNew(); in allocAppend()
DClusterChain.java164 final long[] chain = fat.allocNew(nrClusters); in setChainLength()