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 | 52 bool PreparePartitionsForUpdate(uint32_t source_slot,
|
D | update_attempter_android.cc | 1011 if (!DeltaPerformer::PreparePartitionsForUpdate(prefs_, in AllocateSpaceForPayload()
|
D | dynamic_partition_control_android.cc | 427 bool DynamicPartitionControlAndroid::PreparePartitionsForUpdate( in PreparePartitionsForUpdate() function in chromeos_update_engine::DynamicPartitionControlAndroid
|
/system/update_engine/common/ |
D | dynamic_partition_control_stub.cc | 50 bool DynamicPartitionControlStub::PreparePartitionsForUpdate( in PreparePartitionsForUpdate() function in chromeos_update_engine::DynamicPartitionControlStub
|
D | mock_dynamic_partition_control.h | 62 PreparePartitionsForUpdate,
|
D | dynamic_partition_control_stub.h | 39 bool PreparePartitionsForUpdate(uint32_t source_slot,
|
D | dynamic_partition_control_interface.h | 100 virtual bool PreparePartitionsForUpdate(uint32_t source_slot,
|
/system/update_engine/payload_consumer/ |
D | delta_performer.h | 197 static bool PreparePartitionsForUpdate( 316 bool PreparePartitionsForUpdate(uint64_t* required_size);
|
D | delta_performer.cc | 639 if (!PreparePartitionsForUpdate(&required_size)) { in ParseManifestPartitions() 775 bool DeltaPerformer::PreparePartitionsForUpdate(uint64_t* required_size) { in PreparePartitionsForUpdate() function in chromeos_update_engine::DeltaPerformer 782 return PreparePartitionsForUpdate(prefs_, in PreparePartitionsForUpdate() 790 bool DeltaPerformer::PreparePartitionsForUpdate( in PreparePartitionsForUpdate() function in chromeos_update_engine::DeltaPerformer 813 if (!boot_control->GetDynamicPartitionControl()->PreparePartitionsForUpdate( in PreparePartitionsForUpdate()
|