HomeSort by relevance Sort by last modified time
    Searched defs:getLastAllocatedCluster (Results 1 - 6 of 6) sorted by null

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FsInfoSector.java 125 * @see Fat#getLastAllocatedCluster()
128 if (getLastAllocatedCluster() == value) return;
138 * @see Fat#getLastAllocatedCluster()
140 public long getLastAllocatedCluster() {
181 ", lastAllocatedCluster=" + getLastAllocatedCluster() + //NOI18N
FatFileSystem.java 207 fsiSector.setLastAllocatedCluster(fat.getLastAllocatedCluster());
Fat.java 337 public int getLastAllocatedCluster() {
SuperFloppyFormatter.java 242 fsi.setLastAllocatedCluster(fat.getLastAllocatedCluster());
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 

Completed in 153 milliseconds