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

/vbox/src/VBox/Main/src-server/
H A DApplianceImplExport.cpp394 BOOL fHostDrive = false; local
395 rc = pMedium->COMGETTER(HostDrive)(&fHostDrive);
398 if(fHostDrive)
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp4087 BOOL fHostDrive; local
4088 hrc = pMedium->COMGETTER(HostDrive)(&fHostDrive); H();
4091 && !fHostDrive)
4225 BOOL fHostDrive = FALSE; local
4229 hrc = pMedium->COMGETTER(HostDrive)(&fHostDrive); H();
4233 if (fHostDrive)
H A DConsoleImpl.cpp3520 * @param fHostDrive True if this is a host drive attachment.
10217 BOOL fHostDrive = FALSE; local
10218 rc = pMedium->COMGETTER(HostDrive)(&fHostDrive);
10220 if (!fHostDrive)

Completed in 72 milliseconds