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

/vbox/src/VBox/Main/src-server/
H A DApplianceImplExport.cpp1035 xml::ElementNode *pelmImage = *eit; local
1037 pelmImage->getAttributeValue("uuid", strUUID);
1040 pelmImage->setAttribute("uuid", guidTarget.toStringCurly());
/vbox/src/VBox/Main/xml/
H A DSettings.cpp619 const xml::ElementNode *pelmImage; local
620 if ((pelmImage = elmMedium.findChildElement("VirtualDiskImage")))
622 else if ((pelmImage = elmMedium.findChildElement("VMDKImage")))
624 else if ((pelmImage = elmMedium.findChildElement("VHDImage")))
626 else if ((pelmImage = elmMedium.findChildElement("ISCSIHardDisk")))
637 if (pelmImage->getAttributeValue("userName", strUser))
643 if (pelmImage->getAttributeValue("server", strServer))
647 if (pelmImage->getAttributeValue("port", strPort))
654 if (pelmImage->getAttributeValue("target", strTarget))
659 if (pelmImage
3586 const xml::ElementNode *pelmImage; local
5099 xml::ElementNode *pelmImage = pelmDevice->createChild("Image"); local
[all...]

Completed in 54 milliseconds