HomeSort by relevance Sort by last modified time
    Searched refs:FatType (Results 1 - 9 of 9) sorted by null

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
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...]
Fat16BootSector.java 160 public FatType getFatType() {
172 FatType.FAT16 : FatType.FAT12;
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...]
Fat32BootSector.java 151 public FatType getFatType() {
152 return FatType.FAT32;
FatType.java 29 public enum FatType {
119 private FatType(int maxClusters,
ClusterChainDirectory.java 68 if (fat.getFatType() != FatType.FAT32) {
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...]
BootSector.java 121 public abstract FatType getFatType();
  /prebuilts/devtools/tools/lib/
fat32lib.jar 

Completed in 955 milliseconds