Searched refs:boot_event_store (Results 1 – 1 of 1) sorted by relevance
142 BootEventRecordStore boot_event_store; in LogBootEvents() local143 auto events = boot_event_store.GetAllBootEvents(); in LogBootEvents()172 BootEventRecordStore boot_event_store; in RecordBootEventFromCommandLine() local176 boot_event_store.AddBootEventWithValue(event, value); in RecordBootEventFromCommandLine()179 boot_event_store.AddBootEvent(event); in RecordBootEventFromCommandLine()187 BootEventRecordStore boot_event_store; in PrintBootEvents() local188 auto events = boot_event_store.GetAllBootEvents(); in PrintBootEvents()1141 BootEventRecordStore boot_event_store; in CalculateBootCompletePrefix() local1143 if (!boot_event_store.GetBootEvent(kBuildDateKey, &record)) { in CalculateBootCompletePrefix()1145 boot_event_store.AddBootEventWithValue(kBuildDateKey, build_date); in CalculateBootCompletePrefix()[all …]