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

/vbox/src/VBox/Main/xml/
H A DSettings.cpp3418 const xml::ElementNode *pelmAttachment; local
3419 while ((pelmAttachment = nl1.forAllNodes()))
3424 if (!pelmAttachment->getAttributeValue("hardDisk", strUUID))
3425 throw ConfigFileError(this, pelmAttachment, N_("Required HardDiskAttachment/@hardDisk attribute is missing"));
3428 if (!pelmAttachment->getAttributeValue("bus", strBus))
3429 throw ConfigFileError(this, pelmAttachment, N_("Required HardDiskAttachment/@bus attribute is missing"));
3431 if (!pelmAttachment->getAttributeValue("channel", att.lPort))
3432 throw ConfigFileError(this, pelmAttachment, N_("Required HardDiskAttachment/@channel attribute is missing"));
3434 if (!pelmAttachment->getAttributeValue("device", att.lDevice))
3435 throw ConfigFileError(this, pelmAttachment, N
[all...]

Completed in 54 milliseconds