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

/vbox/src/VBox/Main/xml/
H A DSettings.cpp2819 Utf8Str strFirmwareType; local
2820 if (pelmHwChild->getAttributeValue("type", strFirmwareType))
2822 if ( (strFirmwareType == "BIOS")
2823 || (strFirmwareType == "1") // some trunk builds used the number here
2826 else if ( (strFirmwareType == "EFI")
2827 || (strFirmwareType == "2") // some trunk builds used the number here
2830 else if ( strFirmwareType == "EFI32")
2832 else if ( strFirmwareType == "EFI64")
2834 else if ( strFirmwareType == "EFIDUAL")
2840 strFirmwareType
[all...]

Completed in 60 milliseconds