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

  /external/grub/stage2/
fsys_fat.c 28 int fat_offset; member in struct:fat_superblock
96 FAT_SUPER->fat_offset = FAT_CVT_U16 (bpb.reserved_sects);
102 FAT_SUPER->fat_offset + bpb.num_fats * FAT_SUPER->fat_length;
126 FAT_SUPER->fat_offset += active_fat * FAT_SUPER->fat_length;
166 if (!devread(FAT_SUPER->fat_offset, 0,
241 sector = FAT_SUPER->fat_offset
  /external/chromium_org/build/mac/
change_mach_o_flags.py 221 def HandleFatFile(file, options, fat_offset=0):
225 CheckedSeek(file, fat_offset)

Completed in 51 milliseconds