Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Ddelta_diff_utils.cc997 auto dst_off_aligned = utils::RoundUp(new_off, kBlockSize); in PopulateXorOps() local
998 const auto skip = dst_off_aligned - new_off; in PopulateXorOps()
1010 GetNthBlock(aop->op.dst_extents(), dst_off_aligned / kBlockSize), in PopulateXorOps()
1013 dst_off_aligned += kBlockSize; in PopulateXorOps()