Home
last modified time | relevance | path

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

/aosp12/system/update_engine/payload_generator/
H A Dsquashfs_filesystem.cc203 auto first_end = first_begin + first->extents[0].num_blocks(); in Init() local
207 if (first_end == first_begin) { in Init()
209 } else if (first_end > second_begin) { // We found a collision. in Init()
210 if (second_end <= first_end) { in Init()