Searched refs:RTVFSSYMLINKOPS_VERSION (Results 1 - 4 of 4) sorted by relevance

/vbox/include/iprt/
H A Dvfslowlevel.h594 /** The structure version (RTVFSSYMLINKOPS_VERSION). */
612 /** Marks the end of the structure (RTVFSSYMLINKOPS_VERSION). */
618 #define RTVFSSYMLINKOPS_VERSION RT_MAKE_U32_FROM_U8(0xff,0x5f,1,0) macro
/vbox/src/VBox/Runtime/common/zip/
H A Dtarvfs.cpp1220 RTVFSSYMLINKOPS_VERSION,
1231 RTVFSSYMLINKOPS_VERSION
H A Dxarvfs.cpp1414 RTVFSSYMLINKOPS_VERSION,
1425 RTVFSSYMLINKOPS_VERSION
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsbase.cpp106 Assert((pSymlinkOps)->uVersion == RTVFSSYMLINKOPS_VERSION); \
109 Assert((pSymlinkOps)->uEndMarker == RTVFSSYMLINKOPS_VERSION); \
1810 AssertReturn(pSymlinkOps->uVersion == RTVFSSYMLINKOPS_VERSION, VERR_VERSION_MISMATCH);
1811 AssertReturn(pSymlinkOps->uEndMarker == RTVFSSYMLINKOPS_VERSION, VERR_VERSION_MISMATCH);

Completed in 1736 milliseconds