Home
last modified time | relevance | path

Searched refs:getFsInfoSectorNr (Results 1 – 2 of 2) sorted by relevance

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFat32BootSector.java128 public int getFsInfoSectorNr() { in getFsInfoSectorNr() method in Fat32BootSector
133 if (getFsInfoSectorNr() == offset) return; in setFsInfoSectorNr()
DFsInfoSector.java94 return bs.getFsInfoSectorNr() * bs.getBytesPerSector(); in offset()