Searched refs:kTimeCreatedFormat (Results 1 – 3 of 3) sorted by relevance
46 static const std::string kTimeCreatedFormat; variable
55 const std::string StorageModule::kTimeCreatedFormat = "%Y-%m-%d %H:%M:%S"; member in bluetooth::storage::StorageModule174 ss << std::put_time(std::localtime(&now_time_t), kTimeCreatedFormat.c_str()); in Start()
156 auto file_time = ParseTimestamp(*timestamp, StorageModule::kTimeCreatedFormat); in TEST_F()