Home
last modified time | relevance | path

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

/aosp_15_r20/system/update_engine/payload_generator/
H A Dcow_size_estimator.cc70 ExtentRanges copy_blocks; in CowDryRun() local
75 copy_blocks.AddExtent(cow_op.dst_extent()); in CowDryRun()
153 op, block_size, copy_blocks, source_fd, cow_writer, true)) { in CowDryRun()
/aosp_15_r20/system/update_engine/payload_consumer/
H A Dvabc_partition_writer.cc103 const ExtentRanges& copy_blocks, in ProcessSourceCopyOperation() argument
128 if (copy_blocks.ContainsBlock(dst_block)) { in ProcessSourceCopyOperation()
H A Dvabc_partition_writer.h40 const ExtentRanges& copy_blocks,
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dir.cpp1968 bool copy_blocks) { in createClone() argument
1978 if (copy_blocks) { in createClone()
H A Dir.h1364 bool copy_blocks = true);