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()
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 …]
Ddynamic_partition_control_android.h54 bool PreparePartitionsForUpdate(uint32_t source_slot,
Dupdate_attempter_android.cc1243 if (!DeltaPerformer::PreparePartitionsForUpdate(prefs_, in AllocateSpaceForPayload()
1346 ->PreparePartitionsForUpdate(GetCurrentSlot(), in setShouldSwitchSlotOnReboot()
Ddynamic_partition_control_android.cc448 bool DynamicPartitionControlAndroid::PreparePartitionsForUpdate( in PreparePartitionsForUpdate() function in chromeos_update_engine::DynamicPartitionControlAndroid
/system/update_engine/payload_consumer/
Ddelta_performer.h186 static bool PreparePartitionsForUpdate(
311 bool PreparePartitionsForUpdate(uint64_t* required_size,
Ddelta_performer.cc788 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/
Dmock_dynamic_partition_control.h70 PreparePartitionsForUpdate,
Ddynamic_partition_control_stub.h42 bool PreparePartitionsForUpdate(uint32_t source_slot,
Ddynamic_partition_control_stub.cc60 bool DynamicPartitionControlStub::PreparePartitionsForUpdate( in PreparePartitionsForUpdate() function in chromeos_update_engine::DynamicPartitionControlStub
Ddynamic_partition_control_interface.h105 virtual bool PreparePartitionsForUpdate(uint32_t source_slot,