/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() 318 EXPECT_FALSE(PreparePartitionsForUpdate({{"system", 1_GiB}})) in TEST_P() 366 EXPECT_TRUE(dynamicControl().PreparePartitionsForUpdate( in TEST_P() 503 EXPECT_TRUE(dynamicControl().PreparePartitionsForUpdate( in TEST_P() 729 EXPECT_TRUE(PreparePartitionsForUpdate({{"grown", 3_GiB}, in TEST_F() 746 EXPECT_TRUE(PreparePartitionsForUpdate({{"grown", 4_GiB}, in TEST_F() 754 EXPECT_FALSE(PreparePartitionsForUpdate({})) in TEST_F() 759 ASSERT_TRUE(dynamicControl().PreparePartitionsForUpdate( in TEST_P() 1046 bool PreparePartitionsForUpdate(uint64_t* required_size) { in PreparePartitionsForUpdate() function in chromeos_update_engine::SnapshotPartitionTestP [all …]
|
D | dynamic_partition_control_android.h | 54 bool PreparePartitionsForUpdate(uint32_t source_slot,
|
D | update_attempter_android.cc | 1243 if (!DeltaPerformer::PreparePartitionsForUpdate(prefs_, in AllocateSpaceForPayload() 1346 ->PreparePartitionsForUpdate(GetCurrentSlot(), in setShouldSwitchSlotOnReboot()
|
D | dynamic_partition_control_android.cc | 448 bool DynamicPartitionControlAndroid::PreparePartitionsForUpdate( in PreparePartitionsForUpdate() function in chromeos_update_engine::DynamicPartitionControlAndroid
|
/system/update_engine/payload_consumer/ |
D | delta_performer.h | 186 static bool PreparePartitionsForUpdate( 311 bool PreparePartitionsForUpdate(uint64_t* required_size,
|
D | delta_performer.cc | 788 if (!PreparePartitionsForUpdate(&required_size, error)) { in ParseManifestPartitions() 869 bool DeltaPerformer::PreparePartitionsForUpdate(uint64_t* required_size, in PreparePartitionsForUpdate() function in chromeos_update_engine::DeltaPerformer 877 return PreparePartitionsForUpdate(prefs_, in PreparePartitionsForUpdate() 886 bool DeltaPerformer::PreparePartitionsForUpdate( in PreparePartitionsForUpdate() function in chromeos_update_engine::DeltaPerformer 911 if (!boot_control->GetDynamicPartitionControl()->PreparePartitionsForUpdate( in PreparePartitionsForUpdate()
|
/system/update_engine/common/ |
D | mock_dynamic_partition_control.h | 70 PreparePartitionsForUpdate,
|
D | dynamic_partition_control_stub.h | 42 bool PreparePartitionsForUpdate(uint32_t source_slot,
|
D | dynamic_partition_control_stub.cc | 60 bool DynamicPartitionControlStub::PreparePartitionsForUpdate( in PreparePartitionsForUpdate() function in chromeos_update_engine::DynamicPartitionControlStub
|
D | dynamic_partition_control_interface.h | 105 virtual bool PreparePartitionsForUpdate(uint32_t source_slot,
|