Searched defs:hms_string (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/gps/msm8960/utils/
H A Dloc_log.cpp173 char hms_string[80]; /* HH:MM:SS */ local
178 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm);
179 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
/hardware/qcom/gps/utils/
H A Dloc_log.cpp173 char hms_string[80]; /* HH:MM:SS */ local
178 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm);
179 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));

Completed in 218 milliseconds