Home
last modified time | relevance | path

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

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