VirtualBox

Ignore:
Timestamp:
Mar 17, 2022 1:29:52 PM (3 years ago)
Author:
vboxsync
Message:

IPRT,Storage: Adding RTVfsQueryLabel and internally a generic pfnQueryInfoEx method to the RTVFSOBJOPS function table. Untested implementation of the latter for iso/udf. bugref:9781

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/fs/xfsvfs.cpp

    r93115 r94291  
    16681668            rtFsXfsFile_Close,
    16691669            rtFsXfsFile_QueryInfo,
     1670            NULL,
    16701671            RTVFSOBJOPS_VERSION
    16711672        },
     
    20422043        rtFsXfsDir_Close,
    20432044        rtFsXfsDir_QueryInfo,
     2045        NULL,
    20442046        RTVFSOBJOPS_VERSION
    20452047    },
     
    22232225        /* .pfnClose = */       rtFsXfsVol_Close,
    22242226        /* .pfnQueryInfo = */   rtFsXfsVol_QueryInfo,
     2227        /* .pfnQueryInfoEx = */ NULL,
    22252228        /* .uEndMarker = */     RTVFSOBJOPS_VERSION
    22262229    },
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette