Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dsquashfs_filesystem.cc208 auto first_end = first_begin + first->extents[0].num_blocks(); in Init() local
212 if (first_end == first_begin) { in Init()
214 } else if (first_end > second_begin) { // We found a collision. in Init()
215 if (second_end <= first_end) { in Init()