Home
last modified time | relevance | path

Searched refs:m_pFlashInfoData (Results 1 – 2 of 2) sorted by relevance

/rkdeveloptool/
H A DRKDevice.cpp174 m_pFlashInfoData = NULL; in CRKDevice()
192 if (m_pFlashInfoData) { in ~CRKDevice()
193 delete []m_pFlashInfoData; in ~CRKDevice()
194 m_pFlashInfoData = NULL; in ~CRKDevice()
322 if (m_pFlashInfoData) { in GetFlashInfo()
323 delete []m_pFlashInfoData; in GetFlashInfo()
324 m_pFlashInfoData = NULL; in GetFlashInfo()
327 m_pFlashInfoData = new BYTE[SECTOR_SIZE * m_usFlashInfoDataLen]; in GetFlashInfo()
328 memset(m_pFlashInfoData, 0, SECTOR_SIZE * m_usFlashInfoDataLen); in GetFlashInfo()
329 memcpy(m_pFlashInfoData, (PBYTE)&info, uiRead); in GetFlashInfo()
[all …]
H A DRKDevice.h103 PBYTE m_pFlashInfoData; variable