Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/recovery/update_engine/
H A Drkboot.c223 PRKANDROID_IDB_SEC3 pSec3; in MakeSector3()
225 pSec3 = (PRKANDROID_IDB_SEC3)pSector; in MakeSector3()
H A Drkimage.h166 } RKANDROID_IDB_SEC3, *PRKANDROID_IDB_SEC3; typedef
/OK3568_Linux_fs/external/rkupdate/
H A DRKAndroidDevice.h83 } RKANDROID_IDB_SEC3, *PRKANDROID_IDB_SEC3; typedef
H A DRKAndroidDevice.cpp525 PRKANDROID_IDB_SEC3 pSec3; in MakeSector3()
527 pSec3 = (PRKANDROID_IDB_SEC3)pSector; in MakeSector3()
959 PRKANDROID_IDB_SEC3 pSec; in PrepareIDB()
962 pSec = (PRKANDROID_IDB_SEC3)(buffer + 3 * SECTOR_SIZE); in PrepareIDB()
2253 PRKANDROID_IDB_SEC3 pSec = (PRKANDROID_IDB_SEC3)m_backupBuffer; in FindBackupBuffer()