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

/vbox/src/VBox/Storage/
H A DDMG.cpp113 uint64_t cbRsrc; /**< 0x030 - The size of the resource fork. (fUDIFRsrcForkLength)*/ member in struct:DMGUDIF
128 AssertCompileMemberOffset(DMGUDIF, cbRsrc, 0x030);
576 pUdif->cbRsrc = RT_BSWAP_U64(pUdif->cbRsrc);
658 DMG_VALIDATE(pFtr->cbRsrc <= offFtr && pFtr->offRsrc + pFtr->cbRsrc <= offFtr, ("cbRsrc=%#RX64 offRsrc=%#RX64 offFtr=%#RX64\n", pFtr->cbRsrc, pFtr->offRsrc, offFtr));

Completed in 71 milliseconds