Home
last modified time | relevance | path

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

/system/update_engine/aosp/
Dmock_dynamic_partition_control_android.h82 EraseSystemOtherAvbFooter,
126 return DynamicPartitionControlAndroid::EraseSystemOtherAvbFooter( in RealEraseSystemOtherAvbFooter()
Ddynamic_partition_control_android.h215 virtual bool EraseSystemOtherAvbFooter(uint32_t source_slot,
Ddynamic_partition_control_android.cc453 TEST_AND_RETURN_FALSE(EraseSystemOtherAvbFooter(source_slot, target_slot)); in PreparePartitionsForUpdate()
760 bool DynamicPartitionControlAndroid::EraseSystemOtherAvbFooter( in EraseSystemOtherAvbFooter() function in chromeos_update_engine::DynamicPartitionControlAndroid
Ddynamic_partition_control_android_unittest.cc79 ON_CALL(dynamicControl(), EraseSystemOtherAvbFooter(_, _)) in SetUp()
972 TEST_P(DynamicPartitionControlAndroidTestP, EraseSystemOtherAvbFooter) { in TEST_P() argument