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

/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp149 ComObjPtr<VirtualSystemDescription> pNewDesc; local
150 rc = pNewDesc.createObject();
152 rc = pNewDesc->init();
158 pNewDesc->i_importVBoxMachineXML(*vsysThis.pelmVBoxMachine);
166 && pNewDesc->m->pConfig->machineUserData.strOsType.isNotEmpty()
168 strOsTypeVBox = pNewDesc->m->pConfig->machineUserData.strOsType;
175 pNewDesc->i_addEntry(VirtualSystemDescriptionType_OS,
184 && pNewDesc->m->pConfig->machineUserData.strName.isNotEmpty())
185 nameVBox = pNewDesc->m->pConfig->machineUserData.strName;
193 pNewDesc
[all...]

Completed in 1312 milliseconds