Searched refs:PreparePartitionsForUpdate (Results 1 – 10 of 10) sorted by relevance
/system/update_engine/aosp/ |
D | dynamic_partition_control_android_unittest.cc | 161 bool PreparePartitionsForUpdate(const PartitionSizes& partition_sizes) { in PreparePartitionsForUpdate() function in chromeos_update_engine::DynamicPartitionControlAndroidTest 162 return dynamicControl().PreparePartitionsForUpdate( in PreparePartitionsForUpdate() 317 EXPECT_FALSE(PreparePartitionsForUpdate({{"system", 1_GiB}})) in TEST_P() 365 EXPECT_TRUE(dynamicControl().PreparePartitionsForUpdate( in TEST_P() 502 EXPECT_TRUE(dynamicControl().PreparePartitionsForUpdate( in TEST_P() 727 EXPECT_TRUE(PreparePartitionsForUpdate({{"grown", 3_GiB}, in TEST_F() 744 EXPECT_TRUE(PreparePartitionsForUpdate({{"grown", 4_GiB}, in TEST_F() 752 EXPECT_FALSE(PreparePartitionsForUpdate({})) in TEST_F() 757 ASSERT_TRUE(dynamicControl().PreparePartitionsForUpdate( in TEST_P() 1043 bool PreparePartitionsForUpdate(uint64_t* required_size) { in PreparePartitionsForUpdate() function in chromeos_update_engine::SnapshotPartitionTestP [all …]
|
D | dynamic_partition_control_android.h | 53 bool PreparePartitionsForUpdate(uint32_t source_slot,
|
D | update_attempter_android.cc | 1104 if (!DeltaPerformer::PreparePartitionsForUpdate(prefs_, in AllocateSpaceForPayload() 1166 if (!boot_control_->GetDynamicPartitionControl()->PreparePartitionsForUpdate( in setShouldSwitchSlotOnReboot()
|
D | dynamic_partition_control_android.cc | 443 bool DynamicPartitionControlAndroid::PreparePartitionsForUpdate( in PreparePartitionsForUpdate() function in chromeos_update_engine::DynamicPartitionControlAndroid
|
/system/update_engine/payload_consumer/ |
D | delta_performer.h | 187 static bool PreparePartitionsForUpdate( 304 bool PreparePartitionsForUpdate(uint64_t* required_size);
|
D | delta_performer.cc | 640 if (!PreparePartitionsForUpdate(&required_size)) { in ParseManifestPartitions() 700 bool DeltaPerformer::PreparePartitionsForUpdate(uint64_t* required_size) { in PreparePartitionsForUpdate() function in chromeos_update_engine::DeltaPerformer 707 return PreparePartitionsForUpdate(prefs_, in PreparePartitionsForUpdate() 715 bool DeltaPerformer::PreparePartitionsForUpdate( in PreparePartitionsForUpdate() function in chromeos_update_engine::DeltaPerformer 738 if (!boot_control->GetDynamicPartitionControl()->PreparePartitionsForUpdate( in PreparePartitionsForUpdate()
|
/system/update_engine/common/ |
D | mock_dynamic_partition_control.h | 64 PreparePartitionsForUpdate,
|
D | dynamic_partition_control_stub.cc | 54 bool DynamicPartitionControlStub::PreparePartitionsForUpdate( in PreparePartitionsForUpdate() function in chromeos_update_engine::DynamicPartitionControlStub
|
D | dynamic_partition_control_stub.h | 40 bool PreparePartitionsForUpdate(uint32_t source_slot,
|
D | dynamic_partition_control_interface.h | 102 virtual bool PreparePartitionsForUpdate(uint32_t source_slot,
|