Home | History | Annotate | Download | only in HAL3

Lines Matching refs:timeinfo

2966             struct tm * timeinfo;
2968 timeinfo = localtime (&current_time);
2969 strftime (timeBuf, sizeof(timeBuf),"/data/%Y%m%d%H%M%S", timeinfo);