OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hms_string
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/gps/msm8960/utils/
loc_log.cpp
173
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/
loc_log.cpp
173
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 2235 milliseconds