Changeset 80585 in vbox for trunk/src/VBox/Storage/testcase
- Timestamp:
- Sep 4, 2019 2:05:50 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 133105
- Location:
- trunk/src/VBox/Storage/testcase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Storage/testcase/VDIoBackend.cpp ¶
r80205 r80585 222 222 } 223 223 else 224 rc = RTFile GetSize(pIoStorage->u.hFile, pcbSize);224 rc = RTFileQuerySize(pIoStorage->u.hFile, pcbSize); 225 225 226 226 return rc; -
TabularUnified trunk/src/VBox/Storage/testcase/tstVDIo.cpp ¶
r77232 r80585 1669 1669 if (RT_SUCCESS(rc)) 1670 1670 { 1671 rc = RTFile GetSize(hFile, &cbPattern);1671 rc = RTFileQuerySize(hFile, &cbPattern); 1672 1672 if (RT_SUCCESS(rc)) 1673 1673 {
Note:
See TracChangeset
for help on using the changeset viewer.