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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp558 DeviceType_T lType; local
559 hrc = pMediumAtt->COMGETTER(Type)(&lType); H();
560 if (SUCCEEDED(hrc) && lType == DeviceType_HardDisk)
3740 DeviceType_T lType; local
3741 hrc = pMediumAtt->COMGETTER(Type)(&lType); H();
3810 if (lType != DeviceType_HardDisk)
3906 if ( lType == DeviceType_HardDisk
4089 if ( ( lType == DeviceType_DVD
4090 || lType == DeviceType_Floppy)
4102 utfFile.c_str(), lType
[all...]
H A DConsoleImpl.cpp3911 DeviceType_T lType; local
3917 hrc = pMediumAtt->COMGETTER(Type)(&lType); H();
9896 DeviceType_T lType; local
9897 hrc = aMediumAtt->COMGETTER(Type)(&lType); H();
9898 if (lType != DeviceType_HardDisk)

Completed in 64 milliseconds