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

/vbox/src/VBox/Main/xml/
H A DSettings.cpp2885 Utf8Str strChipsetType; local
2886 if (pelmHwChild->getAttributeValue("type", strChipsetType))
2888 if (strChipsetType == "PIIX3")
2890 else if (strChipsetType == "ICH9")
2896 strChipsetType.c_str());

Completed in 62 milliseconds