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

/vbox/src/VBox/Main/src-server/
H A DGuestOSTypeImpl.cpp73 * @param aHDDSize recommended HDD size in bytes
78 uint32_t aRAMSize, uint32_t aVRAMSize, uint64_t aHDDSize,
92 "aRAMSize=%d, aVRAMSize=%d, aHDDSize=%lld, "
98 aRAMSize, aVRAMSize, aHDDSize,
245 HRESULT GuestOSType::getRecommendedHDD(LONG64 *aHDDSize) argument
248 *aHDDSize = mHDDSize;
/vbox/src/VBox/Main/include/
H A DGuestOSTypeImpl.h62 HRESULT getRecommendedHDD(LONG64 *aHDDSize);

Completed in 43 milliseconds