Home
last modified time | relevance | path

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

/system/update_engine/common/
Dfake_hardware.h205 std::string GetVersionForLogging( in GetVersionForLogging() function
215 const auto old_version = GetVersionForLogging(partition_name); in IsPartitionUpdateValid()
Dhardware_interface.h147 virtual std::string GetVersionForLogging(
/system/update_engine/aosp/
Dhardware_android.h62 [[nodiscard]] std::string GetVersionForLogging(
Dhardware_android.cc309 string HardwareAndroid::GetVersionForLogging( in GetVersionForLogging() function in chromeos_update_engine::HardwareAndroid
/system/update_engine/payload_consumer/
Ddelta_performer.cc1171 if (hardware_->GetVersionForLogging(partition_name).empty()) { in CheckTimestampError()