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

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Fat.java 38 public final static int FIRST_CLUSTER = 2;
124 this.lastAllocatedCluster = FIRST_CLUSTER;
132 this.lastClusterIndex = (int) bs.getDataClusterCount() + FIRST_CLUSTER;
289 for (i = FIRST_CLUSTER; i < lastAllocatedCluster; i++) {
299 "FAT Full (" + (lastClusterIndex - FIRST_CLUSTER)
305 if (lastAllocatedCluster < FIRST_CLUSTER)
306 lastAllocatedCluster = FIRST_CLUSTER;
325 for (int i=FIRST_CLUSTER; i < lastClusterIndex; i++) {
451 if ((cluster < FIRST_CLUSTER) || (cluster >= entries.length)) {
FsInfoSector.java 160 setLastAllocatedCluster(Fat.FIRST_CLUSTER);
ClusterChain.java 102 ((cluster - Fat.FIRST_CLUSTER) * clusterSize);
  /build/make/tools/
fat16copy.py 168 def add_dentry(self, attributes, shortname, ext, longname, first_cluster,
177 first_cluster: The first cluster in the cluster chain holding the contents
182 longname, first_cluster, size)
285 first_cluster, size):
295 first_cluster: The first cluster in the cluster chain backing the file
304 self.first_cluster = first_cluster
319 " bytes @ " + str(self.first_cluster) + ")"
328 return fat_file(self.fs, self.first_cluster, self.size)
333 return fat_dir(fat_file(self.fs, self.first_cluster))
    [all...]
  /external/syslinux/core/fs/fat/
fat_fs.h 130 uint16_t first_cluster; member in struct:fat_long_name_entry
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 

Completed in 573 milliseconds