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 DRKImage.cpp41 return m_bootSize; in GetBootSize()
115 DWORD dwBootSize = m_bootSize; in SaveBootFile()
354 m_bootSize = imageHead.dwBootSize; in CRKImage()
363 m_bootSize = m_fileSize; in CRKImage()
367 lpBoot = new BYTE[m_bootSize]; in CRKImage()
369 size_t ret = fread(lpBoot, 1, m_bootSize, m_pFile); in CRKImage()
370 if (ret != m_bootSize) in CRKImage()
375 m_bootObject = new CRKBoot(lpBoot, m_bootSize, bRet); in CRKImage()
H A DRKImage.h68 DWORD m_bootSize; variable