Searched refs:currentValue (Results 1 – 2 of 2) sorted by relevance
| /rkdeveloptool/ |
| H A D | DefineHeader.h | 233 …Layer, ENUM_PROGRESS_PROMPT promptID, long long totalValue, long long currentValue, ENUM_CALL_STEP…
|
| H A D | main.cpp | 69 …Layer, ENUM_PROGRESS_PROMPT promptID, long long totalValue, long long currentValue, ENUM_CALL_STEP… in ProgressInfoProc() argument 75 …snprintf(szText, sizeof(szText), "Test Device total %lld, current %lld", totalValue, currentValue); in ProgressInfoProc() 79 …f(szText, sizeof(szText), "Lowerformat Device total %lld, current %lld", totalValue, currentValue); in ProgressInfoProc() 83 …, sizeof(szText), "Download Image total %lldK, current %lldK", totalValue/1024, currentValue/1024); in ProgressInfoProc() 87 …ext, sizeof(szText), "Check Image total %lldK, current %lldK", totalValue/1024, currentValue/1024); in ProgressInfoProc() 91 …printf(szText, sizeof(szText), "Tag Bad Block total %lld, current %lld", totalValue, currentValue); in ProgressInfoProc() 95 snprintf(szText, sizeof(szText), "Test Block total %lld, current %lld", totalValue, currentValue); in ProgressInfoProc() 99 …snprintf(szText, sizeof(szText), "Erase Flash total %lld, current %lld", totalValue, currentValue); in ProgressInfoProc() 103 …Text, sizeof(szText), "Erase System partition total %lld, current %lld", totalValue, currentValue); in ProgressInfoProc() 107 …nID=%x> Erase Userdata partition total %lld, current %lld", deviceLayer, totalValue, currentValue); in ProgressInfoProc()
|