HomeSort by relevance Sort by last modified time
    Searched full:sectorcount (Results 1 - 5 of 5) sorted by null

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Fat.java 42 private final int sectorCount;
120 this.sectorCount = (int) bs.getSectorsPerFat();
134 entries = new long[(int) ((sectorCount * sectorSize) /
178 final byte[] data = new byte[sectorCount * sectorSize];
196 final byte[] data = new byte[sectorCount * sectorSize];
398 if (this.sectorCount != other.sectorCount) return false;
413 hash = 23 * hash + this.sectorCount;
466 sb.append(", sectorCount=");
467 sb.append(sectorCount);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddcdrm.h 350 ULONG SectorCount;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
wmidata.h     [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 

Completed in 3301 milliseconds