- Timestamp:
- May 12, 2016 2:46:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/testcase/vbox-img.cpp
r59404 r60954 1283 1283 { 1284 1284 RTVFSFILE hVfsFile; 1285 RTVFS hVfs;1286 RTDVMVOLUME hVolNext;1287 1288 1285 rc = RTDvmVolumeCreateVfsFile(hVol, &hVfsFile); 1289 1286 if (RT_FAILURE(rc)) … … 1291 1288 1292 1289 /* Try to detect the filesystem in this volume. */ 1290 RTVFS hVfs; 1293 1291 rc = RTFilesystemVfsFromFile(hVfsFile, &hVfs); 1294 1292 if (rc == VERR_NOT_SUPPORTED) … … 1313 1311 } 1314 1312 1313 RTDVMVOLUME hVolNext = NIL_RTDVMVOLUME; 1315 1314 if (RT_SUCCESS(rc)) 1316 1315 rc = RTDvmMapQueryNextVolume(hDvm, hVol, &hVolNext);
Note:
See TracChangeset
for help on using the changeset viewer.