Home
last modified time | relevance | path

Searched defs:GetBuildTimestamp (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/update_engine/common/
H A Dfake_hardware.h130 int64_t GetBuildTimestamp() const override { return build_timestamp_; } in GetBuildTimestamp() function
/aosp_15_r20/system/update_engine/aosp/
H A Dhardware_android.cc251 int64_t HardwareAndroid::GetBuildTimestamp() const { in GetBuildTimestamp() function in chromeos_update_engine::HardwareAndroid