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

/vbox/src/VBox/Main/src-server/
H A DApplianceImplExport.cpp824 xml::ElementNode *pelmDiskSection; local
828 pelmDiskSection = pelmRoot->createChild("Section");
829 pelmDiskSection->setAttribute("xsi:type", "ovf:DiskSection_Type");
832 pelmDiskSection = pelmRoot->createChild("DiskSection");
834 xml::ElementNode *pelmDiskSectionInfo = pelmDiskSection->createChild("Info");
1002 xml::ElementNode *pelmDisk = pelmDiskSection->createChild("Disk");

Completed in 64 milliseconds