HomeSort by relevance Sort by last modified time
    Searched defs:Fat (Results 1 - 4 of 4) 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 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
corhdr.h 805 IMAGE_COR_ILMETHOD_SECT_EH_FAT Fat;
822 IMAGE_COR_ILMETHOD_FAT Fat;
    [all...]

Completed in 2363 milliseconds