Searched refs:PatchPartition (Results 1 – 5 of 5) sorted by relevance
/bootable/recovery/tests/unit/ |
D | applypatch_test.cpp | 135 TEST_F(ApplyPatchTest, PatchPartition) { in TEST_F() argument 144 ASSERT_TRUE(PatchPartition(target_partition, source_partition, patch, &bonus, false)); in TEST_F() 154 ASSERT_TRUE(PatchPartition(target_partition, source_partition, patch, nullptr, false)); in TEST_F()
|
/bootable/recovery/applypatch/include/applypatch/ |
D | applypatch.h | 79 bool PatchPartition(const Partition& target, const Partition& source, const Value& patch,
|
/bootable/recovery/applypatch/ |
D | applypatch_modes.cpp | 90 return PatchPartition(target, source, patch, bonus.get(), false) ? 0 : 1; in PatchMode()
|
D | applypatch.cpp | 268 bool PatchPartition(const Partition& target, const Partition& source, const Value& patch, in PatchPartition() function
|
/bootable/recovery/updater/ |
D | install.cpp | 273 bool result = PatchPartition(target, source, *values[0], nullptr, true); in PatchPartitionFn()
|