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

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/
H A DUIWizardNewVMPageBasic3.cpp111 QString strLocation = m_virtualDisk.GetLocation(); local
119 msgCenter().cannotDeleteHardDiskStorage(progress, strLocation, thisImp());
122 msgCenter().cannotDeleteHardDiskStorage(m_virtualDisk, strLocation, thisImp());
/vbox/src/VBox/Main/src-server/
H A DApplianceImplExport.cpp325 Utf8Str strLocation; local
335 strLocation = bstrLocation;
414 strLocation = bstrLocation;
416 Utf8Str ext = strLocation;
503 strLocation, // vbox value: media path
513 strLocation, // vbox value
H A DVirtualBoxImpl.cpp3352 HRESULT VirtualBox::i_findHardDiskByLocation(const Utf8Str &strLocation, argument
3356 AssertReturn(!strLocation.isEmpty(), E_INVALIDARG);
3374 if (0 == RTPathCompare(strLocationFull.c_str(), strLocation.c_str()))
3385 strLocation.c_str());
H A DMachineImpl.cpp5256 Utf8Str strLocation = pMedium->i_getLocationFull(); local
5257 rc = task.m_pProgress->SetNextOperation(BstrFmt(tr("Deleting '%s'"), strLocation.c_str()).raw(), 1);
5259 LogFunc(("Deleting file %s\n", strLocation.c_str()));
/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMediumManager.cpp351 QString strLocation = location(); local
364 int rc = msgCenter().confirmDeleteHardDiskStorage(strLocation, treeWidget());
377 msgCenter().cannotDeleteHardDiskStorage(hardDisk, strLocation, treeWidget());
385 msgCenter().cannotDeleteHardDiskStorage(progress, strLocation, treeWidget());
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIMessageCenter.cpp1104 const QString &strLocation, const StorageSlot &storageSlot,
1113 .arg(strLocation).arg(gpConverter->toString(storageSlot)).arg(CMachine(machine).GetName());
1119 .arg(strLocation).arg(gpConverter->toString(storageSlot)).arg(CMachine(machine).GetName());
1125 .arg(strLocation).arg(gpConverter->toString(storageSlot)).arg(CMachine(machine).GetName());
1317 int UIMessageCenter::confirmDeleteHardDiskStorage(const QString &strLocation, QWidget *pParent /* = 0*/) const argument
1329 .arg(strLocation),
1335 void UIMessageCenter::cannotDeleteHardDiskStorage(const CMedium &medium, const QString &strLocation, QWidget *pParent /* = 0*/) const argument
1339 .arg(strLocation),
1343 void UIMessageCenter::cannotDeleteHardDiskStorage(const CProgress &progress, const QString &strLocation, QWidget *pParent /* = 0*/) const argument
1347 .arg(strLocation),
1103 cannotAttachDevice(const CMachine &machine, UIMediumType type, const QString &strLocation, const StorageSlot &storageSlot, QWidget *pParent ) argument
1351 cannotDetachDevice(const CMachine &machine, UIMediumType type, const QString &strLocation, const StorageSlot &storageSlot, QWidget *pParent ) const argument
1436 cannotOpenMedium(const CVirtualBox &vbox, UIMediumType type, const QString &strLocation, QWidget *pParent ) const argument
1537 cannotOverwriteHardDiskStorage(const QString &strLocation, QWidget *pParent ) const argument
1547 cannotCreateHardDiskStorage(const CVirtualBox &vbox, const QString &strLocation, QWidget *pParent ) const argument
1555 cannotCreateHardDiskStorage(const CMedium &medium, const QString &strLocation, QWidget *pParent ) const argument
1563 cannotCreateHardDiskStorage(const CProgress &progress, const QString &strLocation, QWidget *pParent ) const argument
2652 sltShowUserManual(const QString &strLocation) argument
[all...]
/vbox/include/VBox/
H A Dsettings.h142 com::Utf8Str strLocation; member in struct:settings::Medium

Completed in 2804 milliseconds