Searched refs:mHDDSize (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DGuestOSTypeImpl.cpp30 , mHDDSize(0), mMonitorCount(0)
118 unconst(mHDDSize) = ostype.recommendedHDD;
247 /* mHDDSize is constant during life time, no need to lock */
248 *aHDDSize = mHDDSize;
/vbox/src/VBox/Main/include/
H A DGuestOSTypeImpl.h89 const uint64_t mHDDSize; member in class:GuestOSType

Completed in 71 milliseconds