Searched refs:old_extents (Results 1 – 4 of 4) sorted by relevance
/system/update_engine/payload_generator/ |
D | delta_diff_utils_unittest.cc | 169 vector<Extent> old_extents = { ExtentForRange(11, 1) }; in TEST_F() local 172 EXPECT_TRUE(WriteExtents(old_part_.path, old_extents, kBlockSize, data_blob)); in TEST_F() 180 old_extents, in TEST_F() 211 vector<Extent> old_extents = { in TEST_F() local 221 uint64_t num_blocks = BlocksInExtents(old_extents); in TEST_F() 231 EXPECT_TRUE(WriteExtents(old_part_.path, old_extents, kBlockSize, file_data)); in TEST_F() 239 old_extents, in TEST_F() 253 old_extents = { in TEST_F() 261 num_blocks = BlocksInExtents(old_extents); in TEST_F() 266 EXPECT_EQ(old_extents.size(), static_cast<size_t>(op.src_extents_size())); in TEST_F() [all …]
|
D | delta_diff_utils.h | 83 const std::vector<Extent>& old_extents, 100 const std::vector<Extent>& old_extents,
|
D | delta_diff_utils.cc | 427 const vector<Extent>& old_extents, in DeltaReadFile() argument 447 old_extents, block_offset, chunk_blocks); in DeltaReadFile() 545 const vector<Extent>& old_extents, in ReadExtentsToDiff() argument 553 uint64_t blocks_to_read = BlocksInExtents(old_extents); in ReadExtentsToDiff() 576 vector<Extent> src_extents = old_extents; in ReadExtentsToDiff()
|
D | inplace_generator.cc | 149 vector<Extent> old_extents = in CutEdges() local
|