Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/recovery/update_engine/
H A Ddownload.c29 static int down_processvalue; variable
39 if (down_processvalue != (int)(d / t * 100)) { in my_progress_func()
40 down_processvalue = (int)(d / t * 100); in my_progress_func()
41 LOGI("down_processvalue is %d%\n", down_processvalue); in my_progress_func()
57 down_processvalue = -1; in download_file()