Home | History | Annotate | Download | only in HAL3

Lines Matching refs:timeinfo

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