Searched refs:old_extents (Results 1 – 3 of 3) sorted by relevance
/system/update_engine/payload_generator/ |
D | delta_diff_utils.h | 87 const std::vector<Extent>& old_extents, 107 const std::vector<Extent>& old_extents,
|
D | delta_diff_utils_unittest.cc | 199 vector<Extent> old_extents = {ExtentForRange(1, 1)}; in TEST_F() local 224 old_extents, in TEST_F() 255 vector<Extent> old_extents = {ExtentForRange(11, 1)}; in TEST_F() local 258 EXPECT_TRUE(WriteExtents(old_part_.path, old_extents, kBlockSize, data_blob)); in TEST_F() 266 old_extents, in TEST_F() 287 vector<Extent> old_extents = {ExtentForRange(1, 1)}; in TEST_F() local 290 EXPECT_TRUE(WriteExtents(old_part_.path, old_extents, kBlockSize, data_blob)); in TEST_F() 300 old_extents, in TEST_F()
|
D | delta_diff_utils.cc | 146 const vector<Extent>& old_extents, in FileDeltaProcessor() argument 156 old_extents_(old_extents), in FileDeltaProcessor() 572 const vector<Extent>& old_extents, in DeltaReadFile() argument 599 ExtentsSublist(old_extents, block_offset, chunk_blocks); in DeltaReadFile() 693 const vector<Extent>& old_extents, in ReadExtentsToDiff() argument 703 uint64_t blocks_to_read = utils::BlocksInExtents(old_extents); in ReadExtentsToDiff() 725 vector<Extent> src_extents = old_extents; in ReadExtentsToDiff()
|