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

/vbox/src/VBox/Main/xml/
H A DSettings.cpp3595 const xml::ElementNode *pelmHostDrive; local
3596 if ((pelmHostDrive = pelmAttached->findChildElement("HostDrive")))
3597 if (!pelmHostDrive->getAttributeValue("src", att.strHostDriveSrc))
3598 throw ConfigFileError(this, pelmHostDrive, N_("Required AttachedDevice/HostDrive/@src attribute is missing"));

Completed in 65 milliseconds