Lines Matching refs:m_oldSec1
322 m_oldSec1 = NULL; in CRKAndroidDevice()
344 if (m_oldSec1) in ~CRKAndroidDevice()
346 delete m_oldSec1; in ~CRKAndroidDevice()
347 m_oldSec1 = NULL; in ~CRKAndroidDevice()
392 if (!m_oldSec1) in GetOldSectorData()
394 m_oldSec1 = new RKANDROID_IDB_SEC1; in GetOldSectorData()
396 pSec = (PBYTE)(m_oldSec1); in GetOldSectorData()
472 if (m_oldSec1) in MakeSector1()
474 pSec1->usLastLoaderVer = m_oldSec1->usLoaderVer; in MakeSector1()
475 pSec1->usReadWriteTimes = m_oldSec1->usReadWriteTimes + 1; in MakeSector1()
2040 dwEraseCounts = m_oldSec1->usSysReservedBlock; in EraseIDB()