Searched refs:strBootMenuMode (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/xml/
H A DSettings.cpp3099 Utf8Str strBootMenuMode; local
3100 if (pelmBIOSChild->getAttributeValue("mode", strBootMenuMode))
3103 strBootMenuMode.toUpper();
3104 if (strBootMenuMode == "DISABLED")
3106 else if (strBootMenuMode == "MENUONLY")
3108 else if (strBootMenuMode == "MESSAGEANDMENU")
3111 throw ConfigFileError(this, pelmBIOSChild, N_("Invalid value '%s' in BootMenu/@mode attribute"), strBootMenuMode.c_str());

Completed in 2706 milliseconds