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

/vbox/src/VBox/Main/src-server/
H A DApplianceImplExport.cpp919 const Utf8Str &strSrcFilePath = pDiskEntry->strVBoxCurrent;
1084 Utf8Str &strVMName = llName.back()->strVBoxCurrent;
1093 bool fProduct = llProduct.size() && !llProduct.back()->strVBoxCurrent.isEmpty();
1094 bool fProductUrl = llProductUrl.size() && !llProductUrl.back()->strVBoxCurrent.isEmpty();
1095 bool fVendor = llVendor.size() && !llVendor.back()->strVBoxCurrent.isEmpty();
1096 bool fVendorUrl = llVendorUrl.size() && !llVendorUrl.back()->strVBoxCurrent.isEmpty();
1097 bool fVersion = llVersion.size() && !llVersion.back()->strVBoxCurrent.isEmpty();
1120 pelmAnnotationSection->createChild("Product")->addContent(llProduct.back()->strVBoxCurrent);
1122 pelmAnnotationSection->createChild("Vendor")->addContent(llVendor.back()->strVBoxCurrent);
1124 pelmAnnotationSection->createChild("Version")->addContent(llVersion.back()->strVBoxCurrent);
[all...]
H A DApplianceImplImport.cpp2802 const Utf8Str &nwTypeVBox = pvsys->strVBoxCurrent;
2937 const char *pcszIDEType = vsdeHDCIDE.front()->strVBoxCurrent.c_str();
2960 const Utf8Str &hdcVBox = vsdeHDCSATA.front()->strVBoxCurrent;
2986 const Utf8Str &hdcVBox = vsdeHDCSCSI.front()->strVBoxCurrent;
3313 Utf8Str savedVBoxCurrent = vsdeTargetHD->strVBoxCurrent;
3316 &vsdeTargetHD->strVBoxCurrent,
3342 vsdeTargetHD->strVBoxCurrent.c_str(), mhda.lControllerPort, mhda.lDevice));
3360 rc = mVirtualBox->OpenMedium(Bstr(vsdeTargetHD->strVBoxCurrent).raw(),
3396 vsdeTargetHD->strVBoxCurrent = savedVBoxCurrent;
3578 it1->type = (NetworkAdapterType_T)vsdeNW->strVBoxCurrent
[all...]
H A DApplianceImpl.cpp1411 aVBoxValues[i] = vsde.strVBoxCurrent;
1445 aVBoxValues[i] = vsde->strVBoxCurrent;
1478 case VirtualSystemDescriptionValueType_Auto: aValues[i] = vsde->strVBoxCurrent; break;
1514 vsde.strVBoxCurrent = aVBoxValues[i];
1560 = vsde.strVBoxCurrent // and set current value which can be overridden by setFinalValues()
/vbox/src/VBox/Main/include/
H A DApplianceImpl.h259 Utf8Str strVBoxCurrent; ///< configuration value (type-dependent); current value, either from interpret() or setFinalValue() member in struct:VirtualSystemDescriptionEntry

Completed in 51 milliseconds