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

/vbox/src/VBox/Main/xml/
H A DSettings.cpp1141 * @param mdm
1146 const Medium &mdm)
1158 pelmMedium->setAttribute("uuid", mdm.uuid.toStringCurly());
1160 pelmMedium->setAttributePath("location", mdm.strLocation);
1162 if (t == HardDisk || RTStrICmp(mdm.strFormat.c_str(), "RAW"))
1163 pelmMedium->setAttribute("format", mdm.strFormat);
1165 && mdm.fAutoReset)
1166 pelmMedium->setAttribute("autoReset", mdm.fAutoReset);
1167 if (mdm.strDescription.length())
1168 pelmMedium->setAttribute("Description", mdm
1143 buildMedium(MediaType t, uint32_t depth, xml::ElementNode &elmMedium, const Medium &mdm) argument
[all...]

Completed in 69 milliseconds