Home
last modified time | relevance | path

Searched defs:curTime (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/c_utils/base/test/unittest/common/
Dutils_datetime_test.cpp76 struct tm curTime = {0}; variable
102 struct tm curTime = { 0 }; variable
/commonlibrary/c_utils/base/src/
Ddatetime_ex.cpp59 bool GetSystemCurrentTime(struct tm* curTime) in GetSystemCurrentTime()