Home
last modified time | relevance | path

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

/system/update_engine/
Dpayload_state.cc1036 Time end_time = update_timestamp_end_.is_null() in GetUpdateDuration()
1038 : update_timestamp_end_; in GetUpdateDuration()
1083 update_timestamp_end_ = value; in SetUpdateTimestampEnd()
1085 << utils::ToString(update_timestamp_end_); in SetUpdateTimestampEnd()
Dpayload_state.h529 base::Time update_timestamp_end_; variable