Searched refs:last_boot_time_utc (Results 1 - 1 of 1) sorted by relevance

/system/core/bootstat/
H A Dbootstat.cpp308 if (boot_event_store.GetBootEvent("last_boot_time_utc", &record)) {
309 time_t last_boot_time_utc = record.second; local
311 last_boot_time_utc);
316 boot_event_store.AddBootEventWithValue("last_boot_time_utc", current_time_utc);

Completed in 33 milliseconds