Home
last modified time | relevance | path

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

/rkdeveloptool/
H A DRKLog.cpp117 char strHex[32]; in PrintBuffer() local
120 snprintf(strHex, sizeof(strHex), "%X", lpBuffer[i]); in PrintBuffer()
121 strOutput = strOutput + " " + strHex; in PrintBuffer()