Home
last modified time | relevance | path

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

/system/update_engine/common/
Dhardware_interface.h121 virtual int64_t GetBuildTimestamp() const = 0;
Dfake_hardware.h132 int64_t GetBuildTimestamp() const override { return build_timestamp_; } in GetBuildTimestamp() function
/system/update_engine/aosp/
Dhardware_android.h56 int64_t GetBuildTimestamp() const override;
Dhardware_android.cc253 int64_t HardwareAndroid::GetBuildTimestamp() const { in GetBuildTimestamp() function in chromeos_update_engine::HardwareAndroid
/system/update_engine/payload_consumer/
Ddelta_performer.cc1045 if (manifest_.max_timestamp() < hardware_->GetBuildTimestamp()) { in CheckTimestampError()
1047 << hardware_->GetBuildTimestamp() in CheckTimestampError()