Searched refs:tm_local (Results 1 - 1 of 1) sorted by relevance

/development/tools/emulator/system/gps/
H A Dgps_qemu.c198 struct tm tm_local; local
203 localtime_r( &now, &tm_local );
205 time_local = tm_local.tm_sec +
206 60*(tm_local.tm_min +
207 60*(tm_local.tm_hour +
208 24*(tm_local.tm_yday +
209 365*tm_local.tm_year)));

Completed in 3 milliseconds