Home
last modified time | relevance | path

Searched refs:PreparePartitionsForUpdate (Results 1 – 9 of 9) sorted by relevance

/system/update_engine/
Ddynamic_partition_control_android_unittest.cc154 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 …]
Ddynamic_partition_control_android.h44 bool PreparePartitionsForUpdate(uint32_t source_slot,
Dupdate_attempter_android.cc968 if (!DeltaPerformer::PreparePartitionsForUpdate(prefs_, in AllocateSpaceForPayload()
Ddynamic_partition_control_android.cc399 bool DynamicPartitionControlAndroid::PreparePartitionsForUpdate( in PreparePartitionsForUpdate() function in chromeos_update_engine::DynamicPartitionControlAndroid
/system/update_engine/common/
Ddynamic_partition_control_stub.h38 bool PreparePartitionsForUpdate(uint32_t source_slot,
Ddynamic_partition_control_stub.cc45 bool DynamicPartitionControlStub::PreparePartitionsForUpdate( in PreparePartitionsForUpdate() function in chromeos_update_engine::DynamicPartitionControlStub
Ddynamic_partition_control_interface.h83 virtual bool PreparePartitionsForUpdate(uint32_t source_slot,
/system/update_engine/payload_consumer/
Ddelta_performer.h199 static bool PreparePartitionsForUpdate(
311 bool PreparePartitionsForUpdate(uint64_t* required_size);
Ddelta_performer.cc790 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()