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