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

/vbox/src/VBox/Main/include/
H A DApplianceImplPrivate.h177 Utf8Str strOsTypeVBox; // VirtualBox guest OS type as string member in struct:Appliance::ImportStack
/vbox/src/VBox/Main/src-server/
H A DApplianceImplExport.cpp119 Utf8Str strOsTypeVBox = mUserData->s.strOsType; local
140 ovf::CIMOSType_T cim = convertVBoxOSType2CIMOSType(strOsTypeVBox.c_str(), fLongMode);
144 strOsTypeVBox);
H A DApplianceImplImport.cpp162 Utf8Str strOsTypeVBox; local
168 strOsTypeVBox = pNewDesc->m->pConfig->machineUserData.strOsType;
171 strOsTypeVBox = vsysThis.strTypeVBox;
174 convertCIMOSType2VBoxOSType(strOsTypeVBox, vsysThis.cimos, vsysThis.strCimosDesc);
178 strOsTypeVBox);
191 nameVBox = strOsTypeVBox;
260 rc = mVirtualBox->GetGuestOSType(Bstr(strOsTypeVBox).raw(), pGuestOSType.asOutParam());
2684 rc = mVirtualBox->GetGuestOSType(Bstr(stack.strOsTypeVBox).raw(), osType.asOutParam());
2692 Bstr(stack.strOsTypeVBox).raw(),
3480 config.machineUserData.strOsType = stack.strOsTypeVBox;
[all...]

Completed in 60 milliseconds