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