Home
last modified time | relevance | path

Searched refs:dwBootSize (Results 1 – 4 of 4) sorted by relevance

/rkdeveloptool/
H A DRKImage.cpp64 DWORD dwBootSize = m_bootSize; in SaveBootFile() local
68 dwReadSize = (dwBootSize >= 1024) ? dwBufferSize : dwBootSize; in SaveBootFile()
75 dwBootSize -= dwReadSize; in SaveBootFile()
76 } while(dwBootSize > 0); in SaveBootFile()
240 m_bootSize = imageHead.dwBootSize; in CRKImage()
H A DRKBoot.cpp212 CRKBoot::CRKBoot(PBYTE lpBootData,DWORD dwBootSize,bool &bCheck) in CRKBoot() argument
236 m_BootSize=dwBootSize; in CRKBoot()
H A DRKImage.h15 DWORD dwBootSize; member
H A DRKBoot.h64 CRKBoot(PBYTE lpBootData, DWORD dwBootSize, bool &bCheck);