Home
last modified time | relevance | path

Searched refs:time_str (Results 1 – 2 of 2) sorted by relevance

/test/testfwk/xdevice/src/xdevice/
Dvariables.py136 time_str = time.strftime('%Y-%m-%d-%H-%M-%S', time.localtime())
137 tool_file_name = "platform_log_{}.log".format(time_str)
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dtimendk.cpp458 char *time_str = asctime(localtime(&curr_time)); in Asctime() local
460 if (time_str != nullptr) { in Asctime()