Home
last modified time | relevance | path

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

/aosp_15_r20/system/update_engine/common/
H A Dfake_hardware.h203 std::string GetVersionForLogging( in GetVersionForLogging() function
213 const auto old_version = GetVersionForLogging(partition_name); in IsPartitionUpdateValid()
H A Dhardware_interface.h146 virtual std::string GetVersionForLogging(
/aosp_15_r20/system/update_engine/aosp/
H A Dhardware_android.h60 [[nodiscard]] std::string GetVersionForLogging(
H A Dhardware_android.cc306 string HardwareAndroid::GetVersionForLogging( in GetVersionForLogging() function in chromeos_update_engine::HardwareAndroid
/aosp_15_r20/system/update_engine/payload_consumer/
H A Ddelta_performer.cc1172 if (hardware_->GetVersionForLogging(partition_name).empty()) { in CheckTimestampError()