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

/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/
H A DFSCopyObject.c994 UInt64 bytesToWriteThisTime; local
1050 // boring code except for the bytesToReadThisTime/bytesToWriteThisTime
1051 // distinction. On the last chunk, we round bytesToWriteThisTime
1073 bytesToWriteThisTime = bytesToReadThisTime;
1078 bytesToWriteThisTime = (params->copyingToLocalVolume) ?
1085 osErr = FSWriteFork(destRef, fsAtMark + noCacheMask, 0, bytesToWriteThisTime, params->copyBuffer, NULL);

Completed in 47 milliseconds