Home
last modified time | relevance | path

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

/system/update_engine/common/
Dclock.cc27 base::Time Clock::GetMonotonicTime() { in GetMonotonicTime() function in chromeos_update_engine::Clock
Dfake_clock.h31 base::Time GetMonotonicTime() override { return monotonic_time_; } in GetMonotonicTime() function