HomeSort by relevance Sort by last modified time
    Searched full:tm_utc (Results 1 - 1 of 1) sorted by null

  /device/generic/goldfish/gps/
gps_qemu.c 199 struct tm tm_utc; local
202 gmtime_r( &now, &tm_utc );
211 time_utc = tm_utc.tm_sec +
212 60*(tm_utc.tm_min +
213 60*(tm_utc.tm_hour +
214 24*(tm_utc.tm_yday +
215 365*tm_utc.tm_year)));

Completed in 82 milliseconds