Home
last modified time | relevance | path

Searched refs:allocNew (Results 1 – 1 of 1) 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()