Home
last modified time | relevance | path

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

/system/core/liblog/
Dlogprint.c298 static const char tz[] = "TZ"; variable
333 char* cp = getenv(tz); in android_log_formatFromString()
337 setenv(tz, formatString, 1); in android_log_formatFromString()
349 setenv(tz, cp, 1); in android_log_formatFromString()
351 unsetenv(tz); in android_log_formatFromString()
1364 cp = getenv(tz); in convertMonotonic()
1368 setenv(tz, utc, 1); in convertMonotonic()
1371 setenv(tz, cp, 1); in convertMonotonic()
1374 unsetenv(tz); in convertMonotonic()
/system/keymaster/
Docb.c645 static block getL(const ae_ctx* ctx, unsigned tz) { in getL() argument
646 if (tz < L_TABLE_SZ) in getL()
647 return ctx->L[tz]; in getL()
653 for (i = L_TABLE_SZ; i < tz; i++) in getL()
797 unsigned i, k, tz, remaining; in process_ad() local
807 tz = ntz(ad_block_num); in process_ad()
815 ad_offset = xor_block(oa[2], getL(ctx, tz)); in process_ad()
826 ad_offset = xor_block(oa[6], getL(ctx, tz)); in process_ad()
/system/core/init/
Dbuiltins.cpp624 struct timezone tz = {}; in do_sysclktz() local
625 if (android::base::ParseInt(args[1], &tz.tz_minuteswest) && settimeofday(NULL, &tz) != -1) { in do_sysclktz()
/system/core/logcat/tests/
Dlogcat_test.cpp229 TEST(logcat, tz) { in TEST() argument