Home
last modified time | relevance | path

Searched refs:monotonic_time_ (Results 1 – 1 of 1) sorted by relevance

/system/update_engine/common/
Dfake_clock.h31 base::Time GetMonotonicTime() const override { return monotonic_time_; } in GetMonotonicTime()
37 void SetMonotonicTime(const base::Time& time) { monotonic_time_ = time; } in SetMonotonicTime()
43 base::Time monotonic_time_; variable