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

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Fat.java 41 private final FatType fatType;
108 this.fatType = bs.getFatType();
135 fatType.getEntrySize())];
142 public FatType getFatType() {
143 return fatType;
167 (0xFFFFF00L & fatType.getBitMask());
168 entries[1] = fatType.getEofMarker();
182 entries[i] = fatType.readEntry(data, i);
199 fatType.writeEntry(data, index, entries[index])
    [all...]
SuperFloppyFormatter.java 38 * setFatType(FatType.FAT12).format();
89 private FatType fatType;
171 bs.setFileSystemTypeLabel(fatType.getLabel());
196 if (fatType == FatType.FAT32) {
230 if (fatType == FatType.FAT32) {
239 if (fatType == FatType.FAT32)
    [all...]
FatFileSystem.java 47 private final FatType fatType;
75 this.fatType = bs.getFatType();
87 if (fatType == FatType.FAT32) {
137 public FatType getFatType() {
140 return this.fatType;
153 if (fromDir == null && fatType != FatType.FAT32) {
175 if (fatType != FatType.FAT32)
    [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 

Completed in 192 milliseconds