Home | History | Annotate | Download | only in EnhancedFatDxe

Lines Matching refs:Fat

16 #include "Fat.h"

228 Convert FAT string to unicode string.
230 @param FatSize The size of FAT string.
231 @param Fat The FAT string.
240 IN CHAR8 *Fat,
244 ASSERT (Fat != NULL);
249 mUnicodeCollationInterface->FatToStr (mUnicodeCollationInterface, FatSize, Fat, String);
254 Convert unicode string to Fat string.
257 @param FatSize The size of the FAT string.
258 @param Fat The FAT string.
268 OUT CHAR8 *Fat
271 ASSERT (Fat != NULL);
279 Fat