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

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Fat.java 20 package de.waldheinz.fs.fat;
33 public final class Fat {
36 * The first cluster that really holds user data in a FAT.
52 * Reads a {@code Fat} as specified by a {@code BootSector}.
54 * @param bs the boot sector specifying the {@code Fat} layout
55 * @param fatNr the number of the {@code Fat} to read
56 * @return the {@code Fat} that was read
61 public static Fat read(BootSector bs, int fatNr)
67 " FATs when reading FAT #" + fatNr);
71 final Fat result = new Fat(bs, fatOffset)
    [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 

Completed in 56 milliseconds