Home
last modified time | relevance | path

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

/aosp12/system/update_engine/common/
H A Dfake_hardware.h205 std::string GetVersionForLogging( in GetVersionForLogging() function
215 const auto old_version = GetVersionForLogging(partition_name); in IsPartitionUpdateValid()
H A Dhardware_interface.h147 virtual std::string GetVersionForLogging(
/aosp12/system/update_engine/aosp/
H A Dhardware_android.h62 [[nodiscard]] std::string GetVersionForLogging(
H A Dhardware_android.cc308 string HardwareAndroid::GetVersionForLogging( in GetVersionForLogging() function in chromeos_update_engine::HardwareAndroid
/aosp12/system/update_engine/cros/
H A Dhardware_chromeos.h66 std::string GetVersionForLogging(
H A Dhardware_chromeos.cc354 std::string HardwareChromeOS::GetVersionForLogging( in GetVersionForLogging() function in chromeos_update_engine::HardwareChromeOS
/aosp12/system/update_engine/payload_consumer/
H A Ddelta_performer.cc1116 if (hardware_->GetVersionForLogging(partition_name).empty()) { in CheckTimestampError()