Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/hilog_plugin/src/
Dhilog_plugin.cpp39 const int BASE_YEAR = 1900; variable
464 …if (snprintf_s(psDateTime, size, size - 1, "%04d%02d%02d%02d%02d%02d", pTM->tm_year + BASE_YEAR, p… in GetDateTime()
/developtools/profiler/device/plugins/hilog_plugin/test/unittest/
Dhilog_plugin_unittest.cpp40 const int BASE_YEAR = 1900; variable
103 if (snprintf_s(name, sizeof(name), sizeof(name) - 1, "%04d", pTM->tm_year + BASE_YEAR) < 0) { in RecordFileExist()