Changeset 80585 in vbox for trunk/src/VBox/Runtime/common/fs/xfsvfs.cpp
- Timestamp:
- Sep 4, 2019 2:05:50 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/xfsvfs.cpp
r77008 r80585 2327 2327 RTListInit(&pThis->LstBlockLru); 2328 2328 2329 rc = RTVfsFile GetSize(pThis->hVfsBacking, &pThis->cbBacking);2329 rc = RTVfsFileQuerySize(pThis->hVfsBacking, &pThis->cbBacking); 2330 2330 if (RT_SUCCESS(rc)) 2331 2331 {
Note:
See TracChangeset
for help on using the changeset viewer.