Home
last modified time | relevance | path

Searched refs:CreatePartitionUpdate (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/payload_consumer/
Dpartition_update_generator_android.h49 FRIEND_TEST(PartitionUpdateGeneratorAndroidTest, CreatePartitionUpdate);
53 std::optional<PartitionUpdate> CreatePartitionUpdate(
Dpartition_update_generator_android_unittest.cc113 TEST_F(PartitionUpdateGeneratorAndroidTest, CreatePartitionUpdate) { in TEST_F() argument
124 auto system_partition_update = generator_->CreatePartitionUpdate( in TEST_F()
130 auto boot_partition_update = generator_->CreatePartitionUpdate( in TEST_F()
Dpartition_update_generator_android.cc98 auto partition_update = CreatePartitionUpdate( in GenerateOperationsForPartitionsNotInPayload()
125 PartitionUpdateGeneratorAndroid::CreatePartitionUpdate( in CreatePartitionUpdate() function in chromeos_update_engine::PartitionUpdateGeneratorAndroid