Searched refs:PreparePartitionsForUpdate (Results 1 – 9 of 9) sorted by relevance
/system/update_engine/ |
D | dynamic_partition_control_android_unittest.cc | 154 bool PreparePartitionsForUpdate(const PartitionSizes& partition_sizes) { in PreparePartitionsForUpdate() function in chromeos_update_engine::DynamicPartitionControlAndroidTest 155 return dynamicControl().PreparePartitionsForUpdate( in PreparePartitionsForUpdate() 308 EXPECT_FALSE(PreparePartitionsForUpdate({{"system", 1_GiB}})) in TEST_P() 356 EXPECT_TRUE(dynamicControl().PreparePartitionsForUpdate( in TEST_P() 407 EXPECT_TRUE(dynamicControl().PreparePartitionsForUpdate( in TEST_P() 632 EXPECT_TRUE(PreparePartitionsForUpdate({{"grown", 3_GiB}, in TEST_F() 649 EXPECT_TRUE(PreparePartitionsForUpdate({{"grown", 4_GiB}, in TEST_F() 657 EXPECT_FALSE(PreparePartitionsForUpdate({})) in TEST_F() 662 ASSERT_TRUE(dynamicControl().PreparePartitionsForUpdate( in TEST_P() 949 bool PreparePartitionsForUpdate(uint64_t* required_size) { in PreparePartitionsForUpdate() function in chromeos_update_engine::SnapshotPartitionTestP [all …]
|
D | dynamic_partition_control_android.h | 44 bool PreparePartitionsForUpdate(uint32_t source_slot,
|
D | update_attempter_android.cc | 968 if (!DeltaPerformer::PreparePartitionsForUpdate(prefs_, in AllocateSpaceForPayload()
|
D | dynamic_partition_control_android.cc | 399 bool DynamicPartitionControlAndroid::PreparePartitionsForUpdate( in PreparePartitionsForUpdate() function in chromeos_update_engine::DynamicPartitionControlAndroid
|
/system/update_engine/common/ |
D | dynamic_partition_control_stub.h | 38 bool PreparePartitionsForUpdate(uint32_t source_slot,
|
D | dynamic_partition_control_stub.cc | 45 bool DynamicPartitionControlStub::PreparePartitionsForUpdate( in PreparePartitionsForUpdate() function in chromeos_update_engine::DynamicPartitionControlStub
|
D | dynamic_partition_control_interface.h | 83 virtual bool PreparePartitionsForUpdate(uint32_t source_slot,
|
/system/update_engine/payload_consumer/ |
D | delta_performer.h | 199 static bool PreparePartitionsForUpdate( 311 bool PreparePartitionsForUpdate(uint64_t* required_size);
|
D | delta_performer.cc | 790 if (!PreparePartitionsForUpdate(&required_size)) { in ParseManifestPartitions() 925 bool DeltaPerformer::PreparePartitionsForUpdate(uint64_t* required_size) { in PreparePartitionsForUpdate() function in chromeos_update_engine::DeltaPerformer 932 return PreparePartitionsForUpdate(prefs_, in PreparePartitionsForUpdate() 940 bool DeltaPerformer::PreparePartitionsForUpdate( in PreparePartitionsForUpdate() function in chromeos_update_engine::DeltaPerformer 962 if (!boot_control->GetDynamicPartitionControl()->PreparePartitionsForUpdate( in PreparePartitionsForUpdate()
|