Home
last modified time | relevance | path

Searched refs:now_str (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/core/lib/security/credentials/jwt/
Djson_token.cc190 char now_str[GPR_LTOA_MIN_BUFSIZE]; in encoded_jwt_claim() local
196 int64_ttoa(now.tv_sec, now_str); in encoded_jwt_claim()
210 child = create_child(child, json, "iat", now_str, GRPC_JSON_NUMBER); in encoded_jwt_claim()
/external/autotest/site_utils/
Dgs_offloader.py1226 now_str = now.strftime(FAILED_OFFLOADS_TIME_FORMAT)
1233 (now_str, len(failed_jobs)))
/external/iperf3/src/
Diperf_api.c788 char now_str[100]; in iperf_on_connect() local
797 (void) strftime(now_str, sizeof(now_str), rfc1123_fmt, gmtime(&now_secs)); in iperf_on_connect()
799 …st->json_start, "timestamp", iperf_json_printf("time: %s timesecs: %d", now_str, (int64_t) now_se… in iperf_on_connect()
801 iperf_printf(test, report_time, now_str); in iperf_on_connect()