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

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/
H A DUIWizardExportAppPageBasic2.cpp45 StorageType UIWizardExportAppPage2::storageType() const function in class:UIWizardExportAppPage2
54 void UIWizardExportAppPage2::setStorageType(StorageType storageType) argument
56 switch (storageType)
105 registerField("storageType", this, "storageType");
H A DUIWizardExportAppPageBasic3.cpp55 StorageType storageType = fieldImp("storageType").value<StorageType>(); local
56 switch (storageType)
108 if (storageType == Filesystem)
344 StorageType storageType = field("storageType").value<StorageType>(); local
345 switch (storageType)
374 StorageType storageType = field("storageType").value<StorageType>(); local
375 switch (storageType)
[all...]
/vbox/src/VBox/Main/include/
H A DApplianceImplPrivate.h41 : storageType(VFSType_File) {}
42 VFSType_T storageType; /* Which type of storage should be handled */ member in struct:LocationInfo
/vbox/src/VBox/Main/src-server/
H A DVFSExplorerImpl.cpp55 VFSType_T storageType; member in struct:VFSExplorer::Data
93 m->storageType = aType;
99 if (m->storageType == VFSType_S3)
147 *aType = m->storageType;
210 if (pVFSExplorer->m->storageType == VFSType_File)
212 else if (pVFSExplorer->m->storageType == VFSType_S3)
222 if (pVFSExplorer->m->storageType == VFSType_File)
224 else if (pVFSExplorer->m->storageType == VFSType_S3)

Completed in 106 milliseconds