Home
last modified time | relevance | path

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

/system/bt/gd/storage/
Dstorage_module.cc173 auto now_time_t = std::chrono::system_clock::to_time_t(now); in Start() local
174 ss << std::put_time(std::localtime(&now_time_t), kTimeCreatedFormat.c_str()); in Start()