Home
last modified time | relevance | path

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

/test/xts/acts/kernel_lite/time_posix/src/
H A DTimeUtilsTest.cpp146 time_t timeThis; in HWTEST_F() local
155 timeThis = timegm(&timeptr); in HWTEST_F()
157 "--> return timeThis:='%lld'\n", timeptr.tm_year, timeptr.tm_mon, timeptr.tm_mday, timeThis); in HWTEST_F()
158 EXPECT_GE(timeThis, 1) in HWTEST_F()
161 << timeptr.tm_mday << "}' --> return timeThis:='" << timeThis << "'"; in HWTEST_F()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dtimendk.cpp178 time_t timeThis; in Timegm() local
182 timeThis = timegm(timeptr); in Timegm()
184 int timeValue = timeThis; in Timegm()

Completed in 2 milliseconds