Home
last modified time | relevance | path

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

/aosp12/system/update_engine/common/
H A Dhardware_interface.h160 virtual ErrorCode IsPartitionUpdateValid(
H A Dfake_hardware.h212 ErrorCode IsPartitionUpdateValid( in IsPartitionUpdateValid() function
/aosp12/system/update_engine/aosp/
H A Dhardware_android.h64 [[nodiscard]] ErrorCode IsPartitionUpdateValid(
H A Dhardware_android.cc317 ErrorCode HardwareAndroid::IsPartitionUpdateValid( in IsPartitionUpdateValid() function in chromeos_update_engine::HardwareAndroid
/aosp12/system/update_engine/cros/
H A Dhardware_chromeos.h68 ErrorCode IsPartitionUpdateValid(
H A Dhardware_chromeos.cc360 ErrorCode HardwareChromeOS::IsPartitionUpdateValid( in IsPartitionUpdateValid() function in chromeos_update_engine::HardwareChromeOS
/aosp12/system/update_engine/payload_consumer/
H A Ddelta_performer.cc1132 hardware_->IsPartitionUpdateValid(partition_name, partition.version()); in CheckTimestampError()