/hardware/qcom/gps/msm8084/utils/ |
loc_log.cpp | 173 struct tm now_tm; /* broken-down time */ local 177 localtime_r(&now.tv_sec, &now_tm); 179 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm);
|
/hardware/qcom/gps/msm8909/utils/ |
loc_log.cpp | 175 struct tm now_tm; /* broken-down time */ local 179 localtime_r(&now.tv_sec, &now_tm); 181 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm);
|
/hardware/qcom/gps/msm8909w_3100/utils/ |
loc_log.cpp | 169 struct tm now_tm; /* broken-down time */ local 173 localtime_r(&now.tv_sec, &now_tm); 175 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm);
|
/hardware/qcom/gps/msm8960/utils/ |
loc_log.cpp | 173 struct tm now_tm; /* broken-down time */ local 177 localtime_r(&now.tv_sec, &now_tm); 179 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm);
|
/hardware/qcom/gps/msm8994/utils/ |
loc_log.cpp | 174 struct tm now_tm; /* broken-down time */ local 178 localtime_r(&now.tv_sec, &now_tm); 180 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm);
|
/hardware/qcom/gps/msm8996/utils/ |
loc_log.cpp | 175 struct tm now_tm; /* broken-down time */ local 179 localtime_r(&now.tv_sec, &now_tm); 181 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm);
|
/hardware/qcom/gps/msm8998/utils/ |
loc_log.cpp | 171 struct tm now_tm; /* broken-down time */ local 175 localtime_r(&now.tv_sec, &now_tm); 177 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm);
|
/hardware/qcom/gps/utils/ |
loc_log.cpp | 174 struct tm now_tm; /* broken-down time */ local 178 localtime_r(&now.tv_sec, &now_tm); 180 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm);
|