Home
last modified time | relevance | path

Searched refs:m_BootSize (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkupdate/
H A DRKBoot.cpp43 pOldCrc = (UINT *)(m_BootData + (m_BootSize - 4)); in CrcCheck()
44 ulNewCrc = CRC_32(m_BootData, m_BootSize - 4); in CrcCheck()
235 m_BootSize = dwBootSize; in CRKBoot()
300 memcpy(m_crc, m_BootData + (m_BootSize - 4), 4); in CRKBoot()
H A DRKBoot.h90 DWORD m_BootSize; variable