Searched refs:szText (Results 1 – 1 of 1) sorted by relevance
| /rkdeveloptool/ |
| H A D | main.cpp | 72 char szText[256]; in ProgressInfoProc() local 75 …snprintf(szText, sizeof(szText), "Test Device total %lld, current %lld", totalValue, currentValue); in ProgressInfoProc() 76 strInfoText = szText; in ProgressInfoProc() 79 …snprintf(szText, sizeof(szText), "Lowerformat Device total %lld, current %lld", totalValue, curren… in ProgressInfoProc() 80 strInfoText = szText; in ProgressInfoProc() 83 …snprintf(szText, sizeof(szText), "Download Image total %lldK, current %lldK", totalValue/1024, cur… in ProgressInfoProc() 84 strInfoText = szText; in ProgressInfoProc() 87 …snprintf(szText, sizeof(szText), "Check Image total %lldK, current %lldK", totalValue/1024, curren… in ProgressInfoProc() 88 strInfoText = szText; in ProgressInfoProc() 91 …snprintf(szText, sizeof(szText), "Tag Bad Block total %lld, current %lld", totalValue, currentValu… in ProgressInfoProc() [all …]
|