Home
last modified time | relevance | path

Searched defs:GetBootTime (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/update_engine/common/
H A Dclock.cc43 base::Time Clock::GetBootTime() const { in GetBootTime() function in chromeos_update_engine::Clock
H A Dfake_clock.h33 base::Time GetBootTime() const override { return boot_time_; } in GetBootTime() function