Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dpartition_cow_creator_test.cpp336 const std::vector<uint64_t>& dst_blocks) { in CreateCopyOp() argument
340 BlocksToExtents(dst_blocks, op.mutable_dst_extents()); in CreateCopyOp()
Dmake_cow_from_ab_ota.cpp502 ExtentIter dst_blocks(op.dst_extents()); in ProcessCopy() local
508 if (!dst_blocks.GetNext(&dst_block)) { in ProcessCopy()