Home
last modified time | relevance | path

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

/rkdeveloptool/
H A DRKLog.h25 void PrintBuffer(string &strOutput, PBYTE lpBuffer, DWORD dwSize, UINT uiLineCount = 16);
H A DRKLog.cpp114 void CRKLog::PrintBuffer(string &strOutput, PBYTE lpBuffer, DWORD dwSize, UINT uiLineCount) in PrintBuffer() function in CRKLog
H A DRKDevice.cpp332 m_pLog->PrintBuffer(strFlashInfo, m_pFlashInfoData, 11); in GetFlashInfo()
H A Dmain.cpp2408 g_pLogObject->PrintBuffer(strChipInfo, chipInfo, 16, 16); in read_chip_info()