Searched defs:DestFatType (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/BootSectImage/
H A Dbootsectimage.c631 FAT_TYPE DestFatType; local
643 DestFatType = GetFatType (&DestFatBpb);
646 if (DestFatType != SourceFatType) {
652 FatTypeToString(SourceFatType), FatTypeToString(DestFatType));
655 FatTypeToString(SourceFatType), FatTypeToString(DestFatType));

Completed in 46 milliseconds