Home
last modified time | relevance | path

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

/system/bt/gd/os/
Dlog.h55 …auto now_t = std::chrono::system_clock::to_time_t(now); …
58 …auto l = std::strftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S", std::localtime(&now_t)); …
/system/core/init/
Dbootchart.cpp69 time_t now_t = time(NULL); in log_header() local
70 struct tm now = *localtime(&now_t); in log_header()