Searched refs:strOvf (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DApplianceImplExport.cpp966 const Utf8Str &strTargetFileNameOnly = pDiskEntry->strOvf;
1194 pelmOperatingSystemSection->setAttribute("ovf:id", pvsdeOS->strOvf);
1197 convertCIMOSType2VBoxOSType(strOSDesc, (ovf::CIMOSType_T)pvsdeOS->strOvf.toInt32(), "");
1272 LogFlowFunc(("Loop %u: handling description entry ulIndex=%u, type=%s, strRef=%s, strOvf=%s, strVBox=%s, strExtraConfig=%s\n",
1282 desc.strOvf.c_str(),
1610 strCaption = Utf8StrFmt("Ethernet adapter on '%s'", desc.strOvf.c_str());
1626 strConnection = desc.strOvf;
1628 stack.mapNetworks[desc.strOvf] = true;
1666 strResourceSubType = desc.strOvf; // e.g. ensoniq1371
2167 const Utf8Str &strTargetFileNameOnly = pDiskEntry->strOvf;
[all...]
H A DApplianceImpl.cpp1410 aOVFValues[i] = vsde.strOvf;
1444 aOVFValues[i] = vsde->strOvf;
1477 case VirtualSystemDescriptionValueType_Original: aValues[i] = vsde->strOvf; break;
1558 vsde.strOvf = aOvfValue;
H A DApplianceImplImport.cpp1868 const Utf8Str &strTargetFile = (*itH)->strOvf;
3129 Log(("avsdeHDs[%zu]: strRef=%s strOvf=%s\n", i, (*itHD)->strRef.c_str(), (*itHD)->strOvf.c_str()));
3186 oit->first.c_str(), vmNameEntry->strOvf.c_str()));
3408 vmNameEntry->strOvf.c_str()));
3692 oit->first.c_str(), vmNameEntry->strOvf.c_str()));
3937 vmNameEntry->strOvf.c_str()));
/vbox/src/VBox/Main/include/
H A DApplianceImpl.h257 Utf8Str strOvf; ///< original OVF value (type-dependent) member in struct:VirtualSystemDescriptionEntry

Completed in 299 milliseconds