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

/vbox/src/VBox/Storage/
H A DVHD.cpp587 #define VHD_TO_UNIX_EPOCH_SECONDS UINT64_C(946684800) macro
592 return (uint32_t)(u64Seconds - VHD_TO_UNIX_EPOCH_SECONDS);
597 RTTimeSpecSetSeconds(pRtTimeStamp, VHD_TO_UNIX_EPOCH_SECONDS + u32VhdTimeStamp);

Completed in 59 milliseconds