Searched refs:szDateTime (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/rkupdate/ |
| H A D | RKAndroidDevice.cpp | 2679 tchar szDateTime[100]; in RKA_File_Check() local 2685 … _stprintf(szDateTime, _T("%02d-%02d-%02d"), timeNow.tm_hour, timeNow.tm_min, timeNow.tm_sec); in RKA_File_Check() 2687 strFile = szDateTime; in RKA_File_Check() 2691 strFile = szDateTime; in RKA_File_Check() 2852 tchar szDateTime[100]; in RKA_Param_Check() local 2858 …_stprintf(szDateTime, _T("%02d-%02d-%02d"), timeNow.tm_hour + 1, timeNow.tm_min + 1, timeNow.tm_se… in RKA_Param_Check() 2860 strFile = szDateTime; in RKA_Param_Check() 2864 strFile = szDateTime; in RKA_Param_Check() 3006 tchar szDateTime[100]; in RKA_Gpt_Check() local 3012 …_stprintf(szDateTime, _T("%02d-%02d-%02d"), timeNow.tm_hour + 1, timeNow.tm_min + 1, timeNow.tm_se… in RKA_Gpt_Check() [all …]
|