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

/vbox/src/VBox/Main/xml/
H A DSettings.cpp4413 xml::ElementNode *pelmFloppy = pelmHardware->createChild("FloppyDrive"); local
4454 pelmFloppy->setAttribute("enabled", true);
4457 pelmFloppy->createChild("Image")->setAttribute("uuid", att.uuid.toStringCurly());
4459 pelmFloppy->createChild("HostDrive")->setAttribute("src", att.strHostDriveSrc);
4467 pelmFloppy->setAttribute("enabled", false);

Completed in 59 milliseconds