Searched refs:boot_event_store (Results 1 – 1 of 1) sorted by relevance
158 BootEventRecordStore boot_event_store; in LogBootEvents() local159 auto events = boot_event_store.GetAllBootEvents(); in LogBootEvents()188 BootEventRecordStore boot_event_store; in RecordBootEventFromCommandLine() local192 boot_event_store.AddBootEventWithValue(event, value); in RecordBootEventFromCommandLine()195 boot_event_store.AddBootEvent(event); in RecordBootEventFromCommandLine()203 BootEventRecordStore boot_event_store; in PrintBootEvents() local204 auto events = boot_event_store.GetAllBootEvents(); in PrintBootEvents()1117 BootEventRecordStore boot_event_store; in CalculateBootCompletePrefix() local1119 if (!boot_event_store.GetBootEvent(kBuildDateKey, &record)) { in CalculateBootCompletePrefix()1121 boot_event_store.AddBootEventWithValue(kBuildDateKey, build_date); in CalculateBootCompletePrefix()[all …]