Searched defs:tz (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/bionic/
H A Dvdso.cpp59 int gettimeofday(timeval* tv, struct timezone* tz) { argument
62 return vdso_gettimeofday(tv, tz);
H A Dndk_cruft.cpp282 struct timezone tz; local
284 if (gettimeofday(&tv, &tz) < 0)
295 tb->timezone = tz.tz_minuteswest;
296 tb->dstflag = tz.tz_dsttime;
/bionic/libc/tzcode/
H A Dlocaltime.c2297 __attribute__((visibility("default"))) time_t mktime_tz(struct tm* const tmp, const char* tz) { argument
2303 if (__bionic_tzload_cached(tz, st, TRUE) != 0) {

Completed in 77 milliseconds