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

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Fat16BootSector.java 166 final long clusterCount = dataSectors / getSectorsPerCluster();
168 if (clusterCount > MAX_FAT16_CLUSTERS) throw new IllegalStateException(
169 "too many clusters for FAT12/16: " + clusterCount);
171 return clusterCount > MAX_FAT12_CLUSTERS ?
BootSector.java 111 final long clusterCount = dataSectors / sectorsPerCluster;
114 (clusterCount > Fat16BootSector.MAX_FAT16_CLUSTERS) ?
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winioctl.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
wdm.h     [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 

Completed in 236 milliseconds