Home
last modified time | relevance | path

Searched refs:tmNow (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_persister_rotator.cpp142 struct tm *tmNow = localtime(&tnow); in CreateLogFile() local
144 if (tmNow != nullptr) { in CreateLogFile()
145 strftime(timeBuf, sizeof(timeBuf), "%Y%m%d-%H%M%S", tmNow); in CreateLogFile()
/base/hiviewdfx/hilog/test/unittest/common/
H A Dhilogtool_test.cpp426 struct tm *tmNow = localtime(&tnow); in HWTEST_F() local
428 if (tmNow != nullptr) { in HWTEST_F()
429 strftime(clearTime, sizeof(clearTime), "%m-%d %H:%M:%S.%s", tmNow); in HWTEST_F()

Completed in 2 milliseconds