Searched refs:timeNow (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/rkupdate/ |
| H A D | RKAndroidDevice.cpp | 2682 struct tm timeNow; in RKA_File_Check() local 2684 localtime_r(&now, &timeNow); in RKA_File_Check() 2685 … _stprintf(szDateTime, _T("%02d-%02d-%02d"), timeNow.tm_hour, timeNow.tm_min, timeNow.tm_sec); in RKA_File_Check() 2855 struct tm timeNow; in RKA_Param_Check() local 2857 localtime_r(&now, &timeNow); in RKA_Param_Check() 2858 …_stprintf(szDateTime, _T("%02d-%02d-%02d"), timeNow.tm_hour + 1, timeNow.tm_min + 1, timeNow.tm_se… in RKA_Param_Check() 3009 struct tm timeNow; in RKA_Gpt_Check() local 3011 localtime_r(&now, &timeNow); in RKA_Gpt_Check() 3012 …_stprintf(szDateTime, _T("%02d-%02d-%02d"), timeNow.tm_hour + 1, timeNow.tm_min + 1, timeNow.tm_se… in RKA_Gpt_Check() 3048 struct tm timeNow; in RKA_Gpt_Check() local [all …]
|