VirtualBox

Ignore:
Timestamp:
Mar 17, 2022 1:29:52 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
150560
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/efi/efivarstorevfs.cpp

    r93283 r94291  
    12671267            rtEfiVarStoreFile_Close,
    12681268            rtEfiVarStoreFile_QueryInfo,
     1269            NULL,
    12691270            RTVFSOBJOPS_VERSION
    12701271        },
     
    18511852        rtEfiVarStoreDir_Close,
    18521853        rtEfiVarStoreDir_QueryInfo,
     1854        NULL,
    18531855        RTVFSOBJOPS_VERSION
    18541856    },
     
    20182020        /* .pfnClose = */       rtEfiVarStore_Close,
    20192021        /* .pfnQueryInfo = */   rtEfiVarStore_QueryInfo,
     2022        /* .pfnQueryInfoEx = */ NULL,
    20202023        /* .uEndMarker = */     RTVFSOBJOPS_VERSION
    20212024    },
Note: See TracChangeset for help on using the changeset viewer.

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