Home
last modified time | relevance | path

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

/rkdeveloptool/
H A DRKLog.cpp80 char szDateTime[100]; in Write() local
85 …snprintf(szDateTime, sizeof(szDateTime), "%04d-%02d-%02d.txt", timeNow.tm_year + 1900, timeNow.tm_… in Write()
86 strName = m_path + m_name+szDateTime; in Write()
93 …snprintf(szDateTime, sizeof(szDateTime), "%02d:%02d:%02d \t", timeNow.tm_hour, timeNow.tm_min, tim… in Write()
94 text = szDateTime + text + "\r\n"; in Write()