Searched defs:strMediumPath (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/
H A DUIWizardCloneVD.cpp60 QString strMediumPath = field("mediumPath").toString(); local
63 AssertReturn(!strMediumPath.isNull(), false);
70 CMedium virtualDisk = vbox.CreateMedium(mediumFormat.GetName(), strMediumPath, KAccessMode_ReadWrite, KDeviceType_HardDisk);
73 msgCenter().cannotCreateHardDiskStorage(vbox, strMediumPath, this);
90 msgCenter().cannotCreateHardDiskStorage(sourceVirtualDisk, strMediumPath, this);
100 msgCenter().cannotCreateHardDiskStorage(progress, strMediumPath, this);
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvd/
H A DUIWizardNewVD.cpp64 QString strMediumPath = field("mediumPath").toString(); local
67 AssertReturn(!strMediumPath.isNull(), false);
74 CMedium virtualDisk = vbox.CreateMedium(mediumFormat.GetName(), strMediumPath, KAccessMode_ReadWrite, KDeviceType_HardDisk);
77 msgCenter().cannotCreateHardDiskStorage(vbox, strMediumPath, this);
94 msgCenter().cannotCreateHardDiskStorage(virtualDisk, strMediumPath, this);
104 msgCenter().cannotCreateHardDiskStorage(progress, strMediumPath, this);

Completed in 42 milliseconds