Home
last modified time | relevance | path

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

/test/ostest/wukong/common/src/
Dwukong_util.cpp101 tm *timePtr = localtime(&currentTime); in WuKongUtil() local
102 if (timePtr == nullptr) { in WuKongUtil()
106 res = strftime(fileNameBuf, timeBufsize, "%Y%m%d_%H%M%S", timePtr); in WuKongUtil()