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

/vbox/src/VBox/Main/xml/
H A DSettings.cpp4412 xml::ElementNode *pelmDVD = pelmHardware->createChild("DVDDrive"); local
4435 pelmDVD->setAttribute("passthrough", att.fPassThrough);
4437 pelmDVD->setAttribute("tempeject", att.fTempEject);
4440 pelmDVD->createChild("Image")->setAttribute("uuid", att.uuid.toStringCurly());
4442 pelmDVD->createChild("HostDrive")->setAttribute("src", att.strHostDriveSrc);

Completed in 4604 milliseconds