Home | History | Annotate | Download | only in fat

Lines Matching defs:sectorCount

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);