Home
last modified time | relevance | path

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

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