Searched refs:time_str (Results 1 – 3 of 3) sorted by relevance
169 auto time_str = config->GetProperty(kInfoSection, kTimeCreatedProperty); in Start() local170 if (!time_str) { in Start()
512 std::string time_str = TimeToString(time); in GetTimestampForPrefetchFile() local513 return time_str; in GetTimestampForPrefetchFile()616 std::string time_str = TimeToString(info.last_run_ns_); in Dump() local618 printer.printFormatLine(" Last run at: %s", time_str.c_str()); in Dump()
307 auto time_str = btif_config_cache.GetString(INFO_SECTION, FILE_TIMESTAMP); in init() local308 if (!time_str) { in init()316 strlcpy(btif_config_time_created, time_str->c_str(), TIME_STRING_LENGTH); in init()