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

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/
H A DUIWizardNewVMPageBasic1.cpp50 static const osTypePattern gs_OSTypePattern[] = variable
182 for (size_t i = 0; i < RT_ELEMENTS(gs_OSTypePattern); ++i)
183 if (strNewName.contains(gs_OSTypePattern[i].pattern))
186 m_pNameAndSystemEditor->setType(vboxGlobal().vmGuestOSType(gs_OSTypePattern[i].pcstId));

Completed in 38 milliseconds