Searched defs:HFSExtentKey (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/formats/
H A Dhfs.h140 #define kHFSExtentKeyMaximumLength ( sizeof(HFSExtentKey) - sizeof(uint8_t) )
242 typedef struct HFSExtentKey struct
248 } HFSExtentKey; typedef in typeref:struct:HFSExtentKey
250 AssertCompileSize(HFSExtentKey, 8);

Completed in 49 milliseconds