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

  /external/fsck_msdos/
fat.c 53 static int _readfat(int, struct bootblock *, int, u_char **);
169 _readfat(int fs, struct bootblock *boot, int no, u_char **buffer) function
216 if (!_readfat(fs, boot, no, &buffer))
603 if (!_readfat(fs, boot, boot->ValidFat >= 0 ? boot->ValidFat :0,

Completed in 504 milliseconds