Home
last modified time | relevance | path

Searched refs:tm_info (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/
Dstring.cc58 struct tm* tm_info = localtime(reinterpret_cast<time_t*>(&tm.tv_sec)); in gpr_format_timespec() local
59 strftime(time_buffer, sizeof(time_buffer), "%Y-%m-%dT%H:%M:%S", tm_info); in gpr_format_timespec()
/external/grpc-grpc/src/core/lib/gpr/
Dstring.cc62 struct tm* tm_info = localtime((const time_t*)&tm.tv_sec); in gpr_format_timespec() local
63 strftime(time_buffer, sizeof(time_buffer), "%Y-%m-%dT%H:%M:%S", tm_info); in gpr_format_timespec()