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

/vbox/src/VBox/Storage/
H A DParallels.cpp97 uint64_t cbFileCurrent; member in struct:PARALLELSIMAGE
196 rc = vdIfIoIntFileGetSize(pImage->pIfIo, pImage->pStorage, &pImage->cbFileCurrent);
199 AssertMsg(pImage->cbFileCurrent % 512 == 0, ("File size is not a multiple of 512\n"));
218 pImage->cbSize = pImage->cbFileCurrent;
320 pImage->cbFileCurrent = sizeof(ParallelsHeader) + pImage->cAllocationBitmapEntries * sizeof(uint32_t);
322 pImage->cbFileCurrent += 512 - pImage->cbFileCurrent % 512;
323 Assert(!(pImage->cbFileCurrent % 512));
342 rc = vdIfIoIntFileSetSize(pImage->pIfIo, pImage->pStorage, pImage->cbFileCurrent);
705 AssertMsg(pImage->cbFileCurrent
[all...]

Completed in 43 milliseconds