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

/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp7033 size_t cbIcon = mUserData->mIcon.size(); local
7034 aIcon.resize(cbIcon);
7035 if (cbIcon)
7036 memcpy(&aIcon.front(), &mUserData->mIcon[0], cbIcon);
7048 size_t cbIcon = aIcon.size(); local
7049 mUserData->mIcon.resize(cbIcon);
7050 if (cbIcon)
7051 memcpy(&mUserData->mIcon[0], &aIcon.front(), cbIcon);

Completed in 70 milliseconds