Home
last modified time | relevance | path

Searched refs:IsAdjacentNormal (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/applypatch/include/applypatch/
Dimgdiff_image.h91 bool IsAdjacentNormal(const ImageChunk& other) const;
/bootable/recovery/applypatch/
Dimgdiff.cpp320 bool ImageChunk::IsAdjacentNormal(const ImageChunk& other) const { in IsAdjacentNormal() function in ImageChunk
328 CHECK(IsAdjacentNormal(other)); in MergeAdjacentNormal()
597 while (to_check < chunks_.size() && chunks_[cur].IsAdjacentNormal(chunks_[to_check])) { in MergeAdjacentNormalChunks()