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

/vbox/src/VBox/Runtime/r3/
H A Dfileio.cpp604 uint64_t cbFile1; local
605 int rc = RTFileGetSize(hFile1, &cbFile1);
614 if (cbFile1 != cbFile2)
626 if (cbFile1 < _512K)
657 RTFOFF cbPercent = cbFile1 / 100;
659 while (off < (RTFOFF)cbFile1)
662 RTFOFF cbLeft = cbFile1 - off;

Completed in 42 milliseconds