Searched defs:strMachineFolder (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/
H A DUIWizardNewVMPageBasic1.h46 void setMachineFolder(const QString &strMachineFolder) { m_strMachineFolder = strMachineFolder; } argument
H A DUIWizardNewVMPageBasic1.cpp221 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 DApplianceImplPrivate.h176 Utf8Str strMachineFolder; // FQ host folder where the VirtualBox machine would be created member in struct:Appliance::ImportStack
/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp207 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 DMediumImpl.cpp1232 * @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 DVirtualBoxImpl.cpp652 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 DMachineImpl.cpp8635 Utf8Str strMachineFolder = i_getSettingsFileFull(); local
8636 strMachineFolder.stripFilename();
8639 strMachineFolder);
10035 Utf8Str strMachineFolder = i_getSettingsFileFull(); local
10036 strMachineFolder.stripFilename();
10039 strMachineFolder);

Completed in 129 milliseconds