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

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatUtils.java 47 long fatSize = sectsPerFat * sectSize;
49 offset += fatNr * fatSize;
  /system/vold/
VolumeManager.cpp 98 unsigned fatSize = (((numSectors * 4) / 512) + 1) * 2;
99 numSectors += fatSize + 2;
    [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 

Completed in 228 milliseconds