Home
last modified time | relevance | path

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

/system/update_engine/
Dpayload_state.cc980 Time end_time = update_timestamp_end_.is_null() in GetUpdateDuration()
982 update_timestamp_end_; in GetUpdateDuration()
1028 update_timestamp_end_ = value; in SetUpdateTimestampEnd()
1030 << utils::ToString(update_timestamp_end_); in SetUpdateTimestampEnd()
Dpayload_state.h519 base::Time update_timestamp_end_; variable