Home
last modified time | relevance | path

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

/system/bt/gd/storage/
Dstorage_module.cc169 auto time_str = config->GetProperty(kInfoSection, kTimeCreatedProperty); in Start() local
170 if (!time_str) { in Start()
/system/iorap/src/maintenance/
Dcontroller.cc512 std::string time_str = TimeToString(time); in GetTimestampForPrefetchFile() local
513 return time_str; in GetTimestampForPrefetchFile()
616 std::string time_str = TimeToString(info.last_run_ns_); in Dump() local
618 printer.printFormatLine(" Last run at: %s", time_str.c_str()); in Dump()
/system/bt/btif/src/
Dbtif_config.cc307 auto time_str = btif_config_cache.GetString(INFO_SECTION, FILE_TIMESTAMP); in init() local
308 if (!time_str) { in init()
316 strlcpy(btif_config_time_created, time_str->c_str(), TIME_STRING_LENGTH); in init()