Home
last modified time | relevance | path

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

/aosp12/bootable/recovery/applypatch/
H A Dapplypatch.cpp256 bool PatchPartitionCheck(const Partition& target, const Partition& source) { in PatchPartitionCheck() function
/aosp12/bootable/recovery/tests/unit/
H A Dapplypatch_test.cpp107 TEST_F(ApplyPatchTest, PatchPartitionCheck) { in TEST_F() argument
/aosp12/build/make/tools/releasetools/
H A Dedify_generator.py180 def PatchPartitionCheck(self, target, source): member in EdifyGenerator