Home
last modified time | relevance | path

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

/system/update_engine/common/
Dfake_hardware.h207 return partition_timestamps_[partition_name]; in GetVersionForLogging()
210 partition_timestamps_[partition_name] = std::move(timestamp); in SetVersion()
250 mutable std::map<std::string, std::string> partition_timestamps_; variable