Searched defs:GetWallclockTime (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/update_engine/common/ | ||
H A D | clock.cc | 23 base::Time Clock::GetWallclockTime() const { in GetWallclockTime() function in chromeos_update_engine::Clock |
H A D | fake_clock.h | 29 base::Time GetWallclockTime() const override { return wallclock_time_; } in GetWallclockTime() function |