Searched refs:time_str (Results 1 – 2 of 2) sorted by relevance
136 time_str = time.strftime('%Y-%m-%d-%H-%M-%S', time.localtime())137 tool_file_name = "platform_log_{}.log".format(time_str)
458 char *time_str = asctime(localtime(&curr_time)); in Asctime() local460 if (time_str != nullptr) { in Asctime()