Home
last modified time | relevance | path

Searched defs:PatchPartition (Results 1 – 3 of 3) sorted by relevance

/aosp12/bootable/recovery/applypatch/
H A Dapplypatch.cpp268 bool PatchPartition(const Partition& target, const Partition& source, const Value& patch, in PatchPartition() function
/aosp12/bootable/recovery/tests/unit/
H A Dapplypatch_test.cpp135 TEST_F(ApplyPatchTest, PatchPartition) { in TEST_F() argument
/aosp12/build/make/tools/releasetools/
H A Dedify_generator.py320 def PatchPartition(self, target, source, patch): member in EdifyGenerator