Home
last modified time | relevance | path

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

/test/xts/acts/kernel_lite/time_posix/src/
H A DClockTimeTest.cpp316 time_t tEnd; in HWTEST_F() local
322 time(&tEnd); in HWTEST_F()
329 struct tm *tmEnd = localtime(&tEnd); in HWTEST_F()
343 time_t tEnd; in HWTEST_F() local
351 time(&tEnd); in HWTEST_F()
354 struct tm *tmrEndPtr = localtime_r(&tEnd, &tmrEnd); in HWTEST_F()

Completed in 2 milliseconds