Lines Matching refs:Fat
2 General purpose supporting routines for FAT recovery PEIM
305 Converts an 8.3 FAT file name using an OEM character set
307 Here does not expand DBCS FAT chars.
309 @param FatSize The size of the string Fat in bytes.
310 @param Fat A pointer to a Null-terminated string that contains
320 IN CHAR8 *Fat,
330 while (*Fat != 0 && FatSize != 0) {
331 if (*Fat == ' ') {
334 *String = *Fat;
336 Fat += 1;