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

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatFileSystem.java 43 private final FsInfoSector fsiSector;
92 this.fsiSector = FsInfoSector.read(f32bs);
94 if (fsiSector.getFreeClusterCount() != fat.getFreeClusterCount()) {
97 fsiSector.getFreeClusterCount());
102 this.fsiSector = null;
205 if (fsiSector != null) {
206 fsiSector.setFreeClusterCount(fat.getFreeClusterCount());
207 fsiSector.setLastAllocatedCluster(fat.getLastAllocatedCluster());
208 fsiSector.write();
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 

Completed in 38 milliseconds