Home
last modified time | relevance | path

Searched refs:RKANDROID_SEC2_RESERVED_LEN (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/recovery/update_engine/
H A DdefineHeader.h74 #define RKANDROID_SEC2_RESERVED_LEN 473 macro
H A Drkimage.h143 BYTE reserved[RKANDROID_SEC2_RESERVED_LEN];
H A Drkboot.c213 memset(pSec2->reserved, 0, RKANDROID_SEC2_RESERVED_LEN); in MakeSector2()
/OK3568_Linux_fs/external/rkupdate/
H A DRKDevice.h14 #define RKANDROID_SEC2_RESERVED_LEN 473 macro
H A DRKAndroidDevice.h59 BYTE reserved[RKANDROID_SEC2_RESERVED_LEN];
H A DRKAndroidDevice.cpp508 memcpy(pSec2->reserved, m_oldSec2->reserved, RKANDROID_SEC2_RESERVED_LEN); in MakeSector2()
514 memset(pSec2->reserved, 0, RKANDROID_SEC2_RESERVED_LEN); in MakeSector2()