Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/test/unittest/common/
Dutils_datetime_test.cpp76 struct tm curTime = {0}; variable
116 struct tm curTime = { 0 }; variable
/commonlibrary/c_utils/base/test/benchmarktest/datatime_benchmark_test/
Ddatatime_benchmark_test.cpp98 struct tm curTime = {0}; in BENCHMARK_F() local
149 struct tm curTime = { 0 }; in BENCHMARK_F() local
/commonlibrary/c_utils/base/src/
Ddatetime_ex.cpp62 bool GetSystemCurrentTime(struct tm* curTime) in GetSystemCurrentTime()