Home
last modified time | relevance | path

Searched refs:IsTwoBlocksOverlap (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/update/updater/test/unittest/applypatch_test/
H A Dblockset_unittest.cpp75 bool ret = BlockSet::IsTwoBlocksOverlap(block, block2);
77 ret = BlockSet::IsTwoBlocksOverlap(block, block3);
/ohos5.0/base/update/updater/services/include/applypatch/
H A Dblock_set.h83 static bool IsTwoBlocksOverlap(const BlockSet &source, BlockSet &target);
/ohos5.0/base/update/updater/services/applypatch/
H A Dblock_set.cpp219 bool BlockSet::IsTwoBlocksOverlap(const BlockSet &source, BlockSet &target) in IsTwoBlocksOverlap() function in Updater::BlockSet
259 isOverlap = IsTwoBlocksOverlap(srcBlk, *this); in LoadSourceBuffer()