Searched refs:strMachineFolder (Results 1 - 11 of 11) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/ |
H A D | UIWizardNewVMPageBasic1.h | 46 void setMachineFolder(const QString &strMachineFolder) { m_strMachineFolder = strMachineFolder; } argument
|
H A D | UIWizardNewVMPageBasic1.cpp | 221 QString strMachineFolder = fileInfo.absolutePath(); local 225 if (QDir(strMachineFolder).exists()) 227 msgCenter().cannotRewriteMachineFolder(strMachineFolder, thisImp()); 232 bool fMachineFolderCreated = QDir().mkpath(strMachineFolder); 235 msgCenter().cannotCreateMachineFolder(strMachineFolder, thisImp()); 240 m_strMachineFolder = strMachineFolder;
|
/vbox/src/VBox/Main/include/ |
H A D | ApplianceImplPrivate.h | 176 Utf8Str strMachineFolder; // FQ host folder where the VirtualBox machine would be created member in struct:Appliance::ImportStack
|
H A D | MediumImpl.h | 77 const Utf8Str &strMachineFolder); 83 const Utf8Str &strMachineFolder,
|
H A D | VirtualBoxImpl.h | 96 const Utf8Str &strMachineFolder); 230 const Utf8Str &strMachineFolder);
|
/vbox/src/VBox/Main/src-server/ |
H A D | VirtualBoxImpl.cpp | 652 const Utf8Str &strMachineFolder) 654 LogFlow(("VirtualBox::initMedia ENTERING, uuidRegistry=%s, strMachineFolder=%s\n", 656 strMachineFolder.c_str())); 675 strMachineFolder, 696 strMachineFolder, 717 strMachineFolder, 3922 * @param strMachineFolder The machine folder for relative paths, if machine registry, or an empty string otherwise. 3926 const Utf8Str &strMachineFolder) 4031 rc = pMedium->i_saveSettings(llTarget.back(), strMachineFolder); // this recurses into child hard disks 4081 Utf8Str::Empty); // strMachineFolder 650 initMedia(const Guid &uuidRegistry, const settings::MediaRegistry &mediaRegistry, const Utf8Str &strMachineFolder) argument 3924 i_saveMediaRegistry(settings::MediaRegistry &mediaRegistry, const Guid &uuidRegistry, const Utf8Str &strMachineFolder) argument [all...] |
H A D | ApplianceImplImport.cpp | 207 Utf8Str strMachineFolder = Utf8Str(bstrMachineFilename).stripFilename(); local 649 Utf8Str strTargetPath = Utf8Str(strMachineFolder); 689 Utf8Str strTargetPath = Utf8Str(strMachineFolder) 4029 stack.strMachineFolder = bstrMachineFilename; 4030 stack.strMachineFolder.stripFilename();
|
H A D | MediumImpl.cpp | 1232 * @param strMachineFolder The machine folder with which to resolve relative paths; 1241 const Utf8Str &strMachineFolder) 1327 if ( !strMachineFolder.isEmpty() 1331 strFull = strMachineFolder; 1381 * @param strMachineFolder The machine folder with which to resolve relative paths; if empty, then we use the VirtualBox home directory 1390 const Utf8Str &strMachineFolder, 1407 HRESULT rc = initOne(aParent, aDeviceType, uuidMachineRegistry, data, strMachineFolder); 1431 strMachineFolder, 1237 initOne(Medium *aParent, DeviceType_T aDeviceType, const Guid &uuidMachineRegistry, const settings::Medium &data, const Utf8Str &strMachineFolder) argument 1385 init(VirtualBox *aVirtualBox, Medium *aParent, DeviceType_T aDeviceType, const Guid &uuidMachineRegistry, const settings::Medium &data, const Utf8Str &strMachineFolder, AutoWriteLock &mediaTreeLock) argument
|
H A D | MachineImpl.cpp | 8635 Utf8Str strMachineFolder = i_getSettingsFileFull(); local 8636 strMachineFolder.stripFilename(); 8639 strMachineFolder); 10035 Utf8Str strMachineFolder = i_getSettingsFileFull(); local 10036 strMachineFolder.stripFilename(); 10039 strMachineFolder);
|
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/ |
H A D | UIMachineSettingsStorage.cpp | 2941 QString strMachineFolder(QFileInfo(m_strMachineSettingsFilePath).absolutePath()); 2942 QString strMediumId = vboxGlobal().openMediumWithFileOpenDialog(m_pMediumIdHolder->type(), this, strMachineFolder); 3305 QString strMachineFolder(QFileInfo(m_strMachineSettingsFilePath).absolutePath()); 3316 strMediumId = vboxGlobal().openMediumWithFileOpenDialog(UIMediumType_HardDisk, this, strMachineFolder); 3325 strMediumId = vboxGlobal().openMediumWithFileOpenDialog(UIMediumType_DVD, this, strMachineFolder); 3334 strMediumId = vboxGlobal().openMediumWithFileOpenDialog(UIMediumType_Floppy, this, strMachineFolder);
|
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | VBoxGlobal.cpp | 1943 const QString strMachineFolder(QFileInfo(constMachine.GetSettingsFilePath()).absolutePath()); 1945 strMachineFolder);
|
Completed in 163 milliseconds