Home
last modified time | relevance | path

Searched refs:CountOfRanges (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/update/updater/services/applypatch/
H A Dblock_writer.cpp25 return blockIndex_ == bs_.CountOfRanges() && currentBlockLeft_ == 0; in IsWriteDone()
52 if (blockIndex_ >= bs_.CountOfRanges()) {
H A Dblock_set.cpp198 size_t BlockSet::CountOfRanges() const in CountOfRanges() function in Updater::BlockSet
/ohos5.0/base/update/updater/services/include/applypatch/
H A Dblock_set.h53 size_t CountOfRanges() const;
/ohos5.0/base/update/updater/test/unittest/applypatch_test/
H A Dblockset_unittest.cpp47 size_t countOfRanges = block.CountOfRanges();