Home
last modified time | relevance | path

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

/aosp14/system/core/bootstat/
H A Dbootstat.cpp1129 static const std::string kBuildDateKey = "build_date"; in CalculateBootCompletePrefix() local
1140 if (!boot_event_store.GetBootEvent(kBuildDateKey, &record)) { in CalculateBootCompletePrefix()
1142 boot_event_store.AddBootEventWithValue(kBuildDateKey, build_date); in CalculateBootCompletePrefix()
1146 boot_event_store.AddBootEventWithValue(kBuildDateKey, build_date); in CalculateBootCompletePrefix()