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

/vbox/src/VBox/Main/src-server/
H A DMachineImplCloneVM.cpp620 settings::AttachedDevicesList::iterator it4; local
621 for (it4 = llAttachments.begin();
622 it4 != llAttachments.end();
623 ++it4)
625 if ( it4->deviceType == DeviceType_HardDisk
626 && it4->uuid == bstrOldId)
628 it4->uuid = bstrNewId;
H A DApplianceImplImport.cpp476 settings::AttachedDevicesList::iterator it4; local
477 for (it4 = llAttachments.begin();
478 it4 != llAttachments.end();
479 ++it4)
481 fDVD |= it4->deviceType == DeviceType_DVD;
482 fFloppy |= it4->deviceType == DeviceType_Floppy;
3606 settings::AttachedDevicesList::iterator it4 = llAttachments.begin(); local
3607 while (it4 != llAttachments.end())
3610 && it4->deviceType == DeviceType_DVD)
3613 && it4
[all...]

Completed in 44 milliseconds