Home
last modified time | relevance | path

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

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