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

/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp4034 std::list<VirtualSystemDescriptionEntry*> vsdeOS; local
4035 vsdeOS = vsdescThis->i_findByType(VirtualSystemDescriptionType_OS);
4036 if (vsdeOS.size() < 1)
4039 stack.strOsTypeVBox = vsdeOS.front()->strVBoxCurrent;

Completed in 55 milliseconds