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

/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp147 const ovf::VirtualSystem &vsysThis = *it; local
157 if (vsysThis.pelmVBoxMachine)
158 pNewDesc->i_importVBoxMachineXML(*vsysThis.pelmVBoxMachine);
163 Utf8StrFmt strCIMOSType("%RU32", (uint32_t)vsysThis.cimos);
165 if ( vsysThis.pelmVBoxMachine
170 else if (vsysThis.strTypeVBox.isNotEmpty()) // OVFReader has found vbox:OSType
171 strOsTypeVBox = vsysThis.strTypeVBox;
174 convertCIMOSType2VBoxOSType(strOsTypeVBox, vsysThis.cimos, vsysThis.strCimosDesc);
183 if ( vsysThis
2671 i_importMachineGeneric(const ovf::VirtualSystem &vsysThis, ComObjPtr<VirtualSystemDescription> &vsdescThis, ComPtr<IMachine> &pNewMachine, ImportStack &stack, PVDINTERFACEIO pCallbacks, PSHASTORAGE pStorage) argument
3997 const ovf::VirtualSystem &vsysThis = *it; local
[all...]

Completed in 49 milliseconds