Home
last modified time | relevance | path

Searched refs:EraseSystemOtherAvbFooter (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/
Dmock_dynamic_partition_control.h75 EraseSystemOtherAvbFooter,
100 return DynamicPartitionControlAndroid::EraseSystemOtherAvbFooter( in RealEraseSystemOtherAvbFooter()
Ddynamic_partition_control_android.h182 virtual bool EraseSystemOtherAvbFooter(uint32_t source_slot,
Ddynamic_partition_control_android.cc425 TEST_AND_RETURN_FALSE(EraseSystemOtherAvbFooter(source_slot, target_slot)); in PreparePartitionsForUpdate()
686 bool DynamicPartitionControlAndroid::EraseSystemOtherAvbFooter( in EraseSystemOtherAvbFooter() function in chromeos_update_engine::DynamicPartitionControlAndroid
Ddynamic_partition_control_android_unittest.cc75 ON_CALL(dynamicControl(), EraseSystemOtherAvbFooter(_, _)) in SetUp()
878 TEST_P(DynamicPartitionControlAndroidTestP, EraseSystemOtherAvbFooter) { in TEST_P() argument