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

/vbox/src/VBox/Main/src-client/
H A DGuestSessionImplTasks.cpp224 mSourceSize(0),
239 mSourceSize = cbSourceSize;
293 rc = RTFileGetSize(*pFile, &mSourceSize);
353 uint64_t cbToRead = mSourceSize;
372 if (mSourceSize) /* If we have nothing to write, take a shortcut. */
449 Assert(cbWrittenTotal <= mSourceSize);
452 rc, cbWritten, cbToRead, cbWrittenTotal, mSourceSize));
460 mSourceSize > 0
461 ? rc = setProgress((ULONG)(cbWrittenTotal * 100 / mSourceSize))
472 rc, cbToRead, cbWrittenTotal, mSourceSize));
[all...]
/vbox/src/VBox/Main/include/
H A DGuestSessionImpl.h122 uint64_t mSourceSize; member in class:SessionTaskCopyTo

Completed in 1691 milliseconds