Searched refs:FAT_TABLE_START (Results 1 - 2 of 2) sorted by relevance

/build/make/tools/
H A Dfat16copy.py21 FAT_TABLE_START = 0x200 variable
486 return FAT_TABLE_START + self.fat_size * 2
497 f.seek(FAT_TABLE_START + head_cluster * 2)
504 f.seek(FAT_TABLE_START + head_cluster * 2)
614 f.seek(FAT_TABLE_START + head_cluster * 2)
640 f.seek(FAT_TABLE_START + 4)
690 f.seek(FAT_TABLE_START + cluster * 2)
704 entry_offset = FAT_TABLE_START + cluster * 2
740 f.seek(FAT_TABLE_START + current_cluster * 2)
/build/tools/
H A Dfat16copy.py21 FAT_TABLE_START = 0x200 variable
486 return FAT_TABLE_START + self.fat_size * 2
497 f.seek(FAT_TABLE_START + head_cluster * 2)
504 f.seek(FAT_TABLE_START + head_cluster * 2)
614 f.seek(FAT_TABLE_START + head_cluster * 2)
640 f.seek(FAT_TABLE_START + 4)
690 f.seek(FAT_TABLE_START + cluster * 2)
704 entry_offset = FAT_TABLE_START + cluster * 2
740 f.seek(FAT_TABLE_START + current_cluster * 2)

Completed in 121 milliseconds