Home
last modified time | relevance | path

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

/system/update_engine/
Dpayload_state.cc993 Time end_time = update_timestamp_end_.is_null() in GetUpdateDuration()
995 update_timestamp_end_; in GetUpdateDuration()
1045 update_timestamp_end_ = value; in SetUpdateTimestampEnd()
1047 << utils::ToString(update_timestamp_end_); in SetUpdateTimestampEnd()
Dpayload_state.h531 base::Time update_timestamp_end_; variable