Searched defs:GetBootTime (Results 1 – 2 of 2) sorted by relevance
/system/update_engine/common/ | ||
D | clock.cc | 43 base::Time Clock::GetBootTime() const { in GetBootTime() function in chromeos_update_engine::Clock |
D | fake_clock.h | 33 base::Time GetBootTime() const override { return boot_time_; } in GetBootTime() function |