Home
last modified time | relevance | path

Searched refs:fat_size (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/common/mac/
Dmacho_reader.cc117 size_t fat_size = buffer_.Size(); in Read() local
118 if (objfile->offset > fat_size || in Read()
119 objfile->size > fat_size - objfile->offset) { in Read()
/external/u-boot/include/
Dfat.h190 int fat_size(const char *filename, loff_t *size);
/external/e2fsprogs/lib/blkid/
Dprobe.c524 __u32 sect_count, fat_size, dir_size, cluster_count, fat_length; in probe_fat() local
546 fat_size = fat_length * ms->ms_fats; in probe_fat()
550 cluster_count = sect_count - (reserved + fat_size + dir_size); in probe_fat()
560 root_start = (reserved + fat_size) * sector_size; in probe_fat()
579 start_data_sect = reserved + fat_size; in probe_fat()
/external/u-boot/fs/
Dfs.c157 .size = fat_size,
/external/u-boot/fs/fat/
Dfat.c1044 int fat_size(const char *filename, loff_t *size) in fat_size() function