Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkupdate/
H A DRKImage.cpp115 DWORD dwBootSize = m_bootSize; in SaveBootFile() local
120 dwReadSize = (dwBootSize >= 1024) ? dwBufferSize : dwBootSize; in SaveBootFile()
127 dwBootSize -= dwReadSize; in SaveBootFile()
128 } while (dwBootSize > 0); in SaveBootFile()
354 m_bootSize = imageHead.dwBootSize; in CRKImage()
H A DRKBoot.cpp211 CRKBoot::CRKBoot(PBYTE lpBootData, DWORD dwBootSize, bool &bCheck) in CRKBoot() argument
235 m_BootSize = dwBootSize; in CRKBoot()
H A DRKImage.h16 DWORD dwBootSize; member
H A DRKBoot.h69 CRKBoot(PBYTE lpBootData, DWORD dwBootSize, bool &bCheck);
/OK3568_Linux_fs/external/recovery/update_engine/
H A Drkimage.c41 LOGD("dwBootSize = %x.\n", pHead->dwBootSize); in display_head()
180 …djustFileOffset(phdr, rkimage_head.dwFWOffset, rkimage_head.dwBootOffset, rkimage_head.dwBootSize); in analyticImage()
H A Drkimage.h39 DWORD dwBootSize; //Boot大小 member
/OK3568_Linux_fs/external/rktoolkit/update_recv/
H A DDefineHeader.h109 DWORD dwBootSize; member