Home
last modified time | relevance | path

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

/rkdeveloptool/
H A DRKImage.cpp44 return m_bootSize; in GetBootSize()
64 DWORD dwBootSize = m_bootSize; in SaveBootFile()
240 m_bootSize = imageHead.dwBootSize; in CRKImage()
246 m_bootSize = m_fileSize; in CRKImage()
250 lpBoot = new BYTE[m_bootSize]; in CRKImage()
252 iRead = fread(lpBoot, 1, m_bootSize, m_pFile); in CRKImage()
253 if (iRead != (int)m_bootSize) { in CRKImage()
258 m_bootObject = new CRKBoot(lpBoot, m_bootSize, bRet); in CRKImage()
H A DRKImage.h65 DWORD m_bootSize; variable