Searched refs:PatchPartition (Results 1 – 6 of 6) sorted by relevance
/aosp12/bootable/recovery/tests/unit/ |
H A 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()
|
/aosp12/bootable/recovery/applypatch/include/applypatch/ |
H A D | applypatch.h | 79 bool PatchPartition(const Partition& target, const Partition& source, const Value& patch,
|
/aosp12/build/make/tools/releasetools/ |
H A D | edify_generator.py | 318 self.PatchPartition(target, source, patch) 320 def PatchPartition(self, target, source, patch): member in EdifyGenerator
|
/aosp12/bootable/recovery/applypatch/ |
H A D | applypatch_modes.cpp | 90 return PatchPartition(target, source, patch, bonus.get(), false) ? 0 : 1; in PatchMode()
|
H A D | applypatch.cpp | 268 bool PatchPartition(const Partition& target, const Partition& source, const Value& patch, in PatchPartition() function
|
/aosp12/bootable/recovery/updater/ |
H A D | install.cpp | 279 bool result = PatchPartition(target, source, *values[0], nullptr, true); in PatchPartitionFn()
|