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

/vbox/src/VBox/Main/xml/
H A DSettings.cpp5202 xml::ElementNode *pelmSnapshot = elmParent.createChild("Snapshot"); local
5204 pelmSnapshot->setAttribute("uuid", snap.uuid.toStringCurly());
5205 pelmSnapshot->setAttribute("name", snap.strName);
5206 pelmSnapshot->setAttribute("timeStamp", stringifyTimestamp(snap.timestamp));
5209 pelmSnapshot->setAttributePath("stateFile", snap.strStateFile);
5212 pelmSnapshot->createChild("Description")->addContent(snap.strDescription);
5214 buildHardwareXML(*pelmSnapshot, snap.hardware, snap.storage);
5215 buildStorageControllersXML(*pelmSnapshot,
5221 buildDebuggingXML(pelmSnapshot, &snap.debugging);
5222 buildAutostartXML(pelmSnapshot,
[all...]

Completed in 46 milliseconds