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

/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp4042 std::list<VirtualSystemDescriptionEntry*> vsdeCPU = vsdescThis->i_findByType(VirtualSystemDescriptionType_CPU); local
4043 if (vsdeCPU.size() != 1)
4046 stack.cCPUs = vsdeCPU.front()->strVBoxCurrent.toUInt32();

Completed in 43 milliseconds