Changeset 62448 in vbox for trunk/src/VBox/Runtime/common/vfs
- Timestamp:
- Jul 22, 2016 2:51:49 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109001
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/vfs/vfsreadahead.cpp
r59827 r62448 583 583 { 584 584 585 pBufDesc->off = RTVfsIoStrmTell(pThis->hIos); 586 size_t cbRead = 0; 587 size_t cbToRead = pThis->cbBuffer; 585 pBufDesc->off = RTVfsIoStrmTell(pThis->hIos); 586 size_t cbRead = 0; 588 587 rc = RTVfsIoStrmRead(pThis->hIos, pBufDesc->pbBuffer, pThis->cbBuffer, true /*fBlocking*/, &cbRead); 589 588 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.