Home
last modified time | relevance | path

Searched refs:now_time (Results 1 – 1 of 1) sorted by relevance

/external/qemu/telephony/
Dsms.c228 time_t now_time = time(NULL); in sms_timestamp_now() local
229 struct tm gm = *(gmtime(&now_time)); in sms_timestamp_now()
230 struct tm local = *(localtime(&now_time)); in sms_timestamp_now()