Home
last modified time | relevance | path

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

/test/xts/acts/kernel_lite/time_posix/src/
DTimeUtilsTest.cpp177 struct tm *stm = gmtime(&time1); variable
206 struct tm *stm = gmtime_r(&g_time, &res); variable
/test/ostest/wukong/common/include/
Dcommon.h26 std::ostringstream stm; in runProcess() local