Home
last modified time | relevance | path

Searched defs:time_s (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/include/perfetto/base/
Dtime.h155 const long time_s = static_cast<long>(time.count() / 1000); in ToPosixTimespec() local
/external/toybox/toys/lsb/
Ddmesg.c50 unsigned long long time_s, time_us; in format_message() local
/external/grpc-grpc/test/core/util/
Dtest_config.cc366 gpr_timespec grpc_timeout_seconds_to_deadline(int64_t time_s) { in grpc_timeout_seconds_to_deadline()