Home
last modified time | relevance | path

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

/system/core/bootstat/
Dbootstat.cpp201 static const std::string kBuildDateKey = "build_date"; in CalculateBootCompletePrefix() local
212 if (!boot_event_store.GetBootEvent(kBuildDateKey, &record)) { in CalculateBootCompletePrefix()
214 boot_event_store.AddBootEventWithValue(kBuildDateKey, build_date); in CalculateBootCompletePrefix()
217 boot_event_store.AddBootEventWithValue(kBuildDateKey, build_date); in CalculateBootCompletePrefix()