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

/vbox/src/VBox/Main/xml/
H A DSettings.cpp3554 const xml::ElementNode *pelmAttached; local
3555 while ((pelmAttached = nlAttached.forAllNodes()))
3559 pelmAttached->getAttributeValue("type", strTemp);
3568 pelmAttached->getAttributeValue("nonrotational", att.fNonRotational);
3569 pelmAttached->getAttributeValue("discard", att.fDiscard);
3577 pelmAttached->getAttributeValue("passthrough", att.fPassThrough);
3578 pelmAttached->getAttributeValue("tempeject", att.fTempEject);
3588 if (!(pelmImage = pelmAttached->findChildElement("Image")))
3596 if ((pelmHostDrive = pelmAttached->findChildElement("HostDrive")))
3608 if (!pelmAttached
[all...]

Completed in 55 milliseconds