Home
last modified time | relevance | path

Searched refs:pImage (Results 1 – 3 of 3) sorted by relevance

/rkdeveloptool/
H A Dmain.cpp1767 CRKImage *pImage = NULL; in download_boot() local
1772 pImage = new CRKImage(szLoader, bRet); in download_boot()
1780 pBoot = (CRKBoot *)pImage->m_bootObject; in download_boot()
1787 if (pImage) in download_boot()
1788 delete pImage; in download_boot()
1798 if (pImage) in download_boot()
1799 delete pImage; in download_boot()
1809 pDevice->SetObject(pImage, pComm, g_pLogObject); in download_boot()
1822 if (pImage) in download_boot()
1823 delete pImage; in download_boot()
[all …]
H A DRKDevice.h97 bool SetObject(CRKImage *pImage, CRKComm *pComm, CRKLog *pLog);
H A DRKDevice.cpp197 bool CRKDevice::SetObject(CRKImage *pImage, CRKComm *pComm, CRKLog *pLog) in SetObject() argument
202 m_pImage = pImage; in SetObject()