Changeset 80915 in vbox for trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp
- Timestamp:
- Sep 20, 2019 7:55:53 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp
r80910 r80915 5715 5715 if (FlushViewOfFile(pbMapping, cbContent) != TRUE) 5716 5716 RTTestIFailed("line %u, i=%u: FlushViewOfFile(%p, %#zx) failed: %u / %#x", __LINE__, i, 5717 GetLastError(), RTNtLastStatusValue());5717 pbMapping, cbContent, GetLastError(), RTNtLastStatusValue()); 5718 5718 # else 5719 5719 RTTESTI_CHECK(msync(pbMapping, cbContent, MS_SYNC) == 0);
Note:
See TracChangeset
for help on using the changeset viewer.