Home
last modified time | relevance | path

Searched refs:RKANDROID_SEC3_RESERVED_LEN (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/recovery/update_engine/
H A DdefineHeader.h76 #define RKANDROID_SEC3_RESERVED_LEN 419 macro
H A Drkimage.h157 BYTE reserved[RKANDROID_SEC3_RESERVED_LEN];
/OK3568_Linux_fs/external/rkupdate/
H A DRKAndroidDevice.h74 BYTE reserved[RKANDROID_SEC3_RESERVED_LEN];
89 BYTE btReserve[RKANDROID_SEC3_RESERVED_LEN - 6];
H A DRKDevice.h11 #define RKANDROID_SEC3_RESERVED_LEN 419 macro
H A DRKAndroidDevice.cpp2256 memset(pSec->reserved, 0, RKANDROID_SEC3_RESERVED_LEN); in FindBackupBuffer()
2257 memcpy(pSec->reserved + 6, pWriteBack->btReserve, RKANDROID_SEC3_RESERVED_LEN - 6); in FindBackupBuffer()