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

/system/core/liblog/
H A Dlogprint.c299 static const char tz[] = "TZ"; variable
335 char* cp = getenv(tz);
339 setenv(tz, formatString, 1);
351 setenv(tz, cp, 1);
353 unsetenv(tz);
1404 cp = getenv(tz);
1408 setenv(tz, utc, 1);
1411 setenv(tz, cp, 1);
1414 unsetenv(tz);
/system/keymaster/key_blob_utils/
H A Docb.c645 static block getL(const ae_ctx* ctx, unsigned tz) { argument
646 if (tz < L_TABLE_SZ)
647 return ctx->L[tz];
653 for (i = L_TABLE_SZ; i < tz; i++)
797 unsigned i, k, tz, remaining; local
807 tz = ntz(ad_block_num);
815 ad_offset = xor_block(oa[2], getL(ctx, tz));
826 ad_offset = xor_block(oa[6], getL(ctx, tz));
/system/core/init/
H A Dbuiltins.cpp690 struct timezone tz = {}; local
691 if (!android::base::ParseInt(args[1], &tz.tz_minuteswest)) {
695 if (settimeofday(nullptr, &tz) == -1) {
/system/core/logcat/tests/
H A Dlogcat_test.cpp260 TEST(logcat, tz) {

Completed in 244 milliseconds