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

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp1904 void VBoxGlobal::updateMachineStorage(const CMachine &constMachine, const UIMediumTarget &target) argument
1914 const CStorageController currentController = constMachine.GetStorageControllerByName(target.name);
1916 const CMediumAttachment currentAttachment = constMachine.GetMediumAttachment(target.name, target.port, target.device);
1943 const QString strMachineFolder(QFileInfo(constMachine.GetSettingsFilePath()).absolutePath());
1994 CMachine machine = constMachine;

Completed in 258 milliseconds