Searched refs:strHostDriveSrc (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/xml/
H A DSettings.cpp2109 && (strHostDriveSrc == a.strHostDriveSrc)
3597 if (!pelmHostDrive->getAttributeValue("src", att.strHostDriveSrc))
3664 pDriveChild->getAttributeValue("src", att.strHostDriveSrc);
3710 pDriveChild->getAttributeValue("src", att.strHostDriveSrc);
4441 else if (att.strHostDriveSrc.length())
4442 pelmDVD->createChild("HostDrive")->setAttribute("src", att.strHostDriveSrc);
4458 else if (att.strHostDriveSrc.length())
4459 pelmFloppy->createChild("HostDrive")->setAttribute("src", att.strHostDriveSrc);
5107 && (att.strHostDriveSrc
[all...]
/vbox/include/VBox/
H A Dsettings.h1035 com::Utf8Str strHostDriveSrc; // if != NULL, value of <HostDrive>/@src member in struct:settings::AttachedDevice
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp9219 if (dev.strHostDriveSrc.isNotEmpty())
9220 rc = mParent->i_host()->i_findHostDriveByName(dev.deviceType, dev.strHostDriveSrc,
10466 dev.strHostDriveSrc = pMedium->i_getLocationFull();

Completed in 732 milliseconds