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

/vbox/src/VBox/Storage/
H A DVDVfs.cpp420 uint64_t offWrt; local
424 offWrt = 0;
428 offWrt = pThis->offCurPos;
432 offWrt = VDGetSize(pThis->pDisk, VD_LAST_IMAGE);
446 offNew = offWrt;
449 offNew = offWrt + offSeek;
450 if ( offNew < offWrt
454 else if ((uint64_t)-offSeek < offWrt)
455 offNew = offWrt + offSeek;
/vbox/src/VBox/Runtime/common/dvm/
H A Ddvmvfs.cpp285 uint64_t offWrt; local
289 offWrt = 0;
293 offWrt = pThis->offCurPos;
297 offWrt = RTDvmVolumeGetSize(pThis->hVol);
311 offNew = offWrt;
314 offNew = offWrt + offSeek;
315 if ( offNew < offWrt
319 else if ((uint64_t)-offSeek < offWrt)
320 offNew = offWrt + offSeek;

Completed in 43 milliseconds