Home
last modified time | relevance | path

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

/system/update_engine/aosp/
Ddynamic_partition_control_android_unittest.cc161 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 …]
Ddynamic_partition_control_android.h52 bool PreparePartitionsForUpdate(uint32_t source_slot,
Dupdate_attempter_android.cc1011 if (!DeltaPerformer::PreparePartitionsForUpdate(prefs_, in AllocateSpaceForPayload()
Ddynamic_partition_control_android.cc427 bool DynamicPartitionControlAndroid::PreparePartitionsForUpdate( in PreparePartitionsForUpdate() function in chromeos_update_engine::DynamicPartitionControlAndroid
/system/update_engine/common/
Ddynamic_partition_control_stub.cc50 bool DynamicPartitionControlStub::PreparePartitionsForUpdate( in PreparePartitionsForUpdate() function in chromeos_update_engine::DynamicPartitionControlStub
Dmock_dynamic_partition_control.h62 PreparePartitionsForUpdate,
Ddynamic_partition_control_stub.h39 bool PreparePartitionsForUpdate(uint32_t source_slot,
Ddynamic_partition_control_interface.h100 virtual bool PreparePartitionsForUpdate(uint32_t source_slot,
/system/update_engine/payload_consumer/
Ddelta_performer.h197 static bool PreparePartitionsForUpdate(
316 bool PreparePartitionsForUpdate(uint64_t* required_size);
Ddelta_performer.cc639 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()