Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/applypatch/
H A Dblock_set.cpp234 void BlockSet::MoveBlock(std::vector<uint8_t> &target, const BlockSet& locations, in MoveBlock() function in Updater::BlockSet
271 MoveBlock(sourceBuffer, locations, sourceBuffer); in LoadSourceBuffer()
289 MoveBlock(sourceBuffer, locations, stash); in LoadSourceBuffer()
/ohos5.0/base/update/updater/services/include/applypatch/
H A Dblock_set.h85 static void MoveBlock(std::vector<uint8_t> &target, const BlockSet &locations,
/ohos5.0/base/update/updater/test/unittest/applypatch_test/
H A Dblockset_unittest.cpp109 BlockSet::MoveBlock(srcBuffer, blk, tgtBuffer);