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

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatUtils.java 41 public static long getFatOffset(BootSector bs, int fatNr) {
61 public static long getRootDirOffset(BootSector bs) {
80 public static long getFilesOffset(BootSector bs) {
Fat.java 45 private final BootSector bs;
52 * Reads a {@code Fat} as specified by a {@code BootSector}.
59 * {@link BootSector#getNrFats()}
61 public static Fat read(BootSector bs, int fatNr)
77 * Creates a new {@code Fat} as specified by a {@code BootSector}.
84 * {@link BootSector#getNrFats()}
86 public static Fat create(BootSector bs, int fatNr)
106 private Fat(BootSector bs, long offset) throws IOException {
147 * Returns the {@code BootSector} that specifies this {@code Fat}.
149 * @return this {@code Fat}'s {@code BootSector}
    [all...]
FatFileSystem.java 44 private final BootSector bs;
69 this.bs = BootSector.read(device);
229 * Returns the bootsector.
231 * @return BootSector
233 public BootSector getBootSector() {
BootSector.java 33 public abstract class BootSector extends Sector {
69 protected BootSector(BlockDevice device) {
74 public static BootSector read(BlockDevice device) throws IOException {
113 final BootSector result =
482 res.append("Bootsector :\n");
Fat16BootSector.java 29 final class Fat16BootSector extends BootSector {
Fat32BootSector.java 29 final class Fat32BootSector extends BootSector {
FsInfoSector.java 48 super(device, offset, BootSector.SIZE);
SuperFloppyFormatter.java 121 * Returns the OEM name that will be written to the {@link BootSector}.
136 * @see BootSector#setOemName(java.lang.String)
167 private void initBootSector(BootSector bs)
193 final BootSector bs;
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 

Completed in 205 milliseconds