Home
last modified time | relevance | path

Searched defs:bs (Results 1 – 7 of 7) sorted by relevance

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFatUtils.java41 public static long getFatOffset(BootSector bs, int fatNr) { in getFatOffset()
61 public static long getRootDirOffset(BootSector bs) { in getRootDirOffset()
80 public static long getFilesOffset(BootSector bs) { in getFilesOffset()
DFat16RootDirectory.java34 private Fat16RootDirectory(Fat16BootSector bs, boolean readOnly) { in Fat16RootDirectory()
54 Fat16BootSector bs, boolean readOnly) throws IOException { in read()
71 Fat16BootSector bs) throws IOException { in create()
DFsInfoSector.java61 public static FsInfoSector read(Fat32BootSector bs) throws IOException { in read()
79 public static FsInfoSector create(Fat32BootSector bs) throws IOException { in create()
93 private static int offset(Fat32BootSector bs) { in offset()
DFat.java45 private final BootSector bs; field in Fat
61 public static Fat read(BootSector bs, int fatNr) in read()
86 public static Fat create(BootSector bs, int fatNr) in create()
106 private Fat(BootSector bs, long offset) throws IOException { in Fat()
DClusterChainDirectory.java73 final Fat32BootSector bs = (Fat32BootSector) fat.getBootSector(); in createRoot() local
DSuperFloppyFormatter.java167 private void initBootSector(BootSector bs) in initBootSector()
193 final BootSector bs; in format() local
DFatFileSystem.java44 private final BootSector bs; field in FatFileSystem