Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Ddelta_diff_utils.h87 const std::vector<Extent>& old_extents,
107 const std::vector<Extent>& old_extents,
Ddelta_diff_utils_unittest.cc189 vector<Extent> old_extents = {ExtentForRange(1, 1)}; in TEST_F() local
214 old_extents, in TEST_F()
245 vector<Extent> old_extents = {ExtentForRange(11, 1)}; in TEST_F() local
248 EXPECT_TRUE(WriteExtents(old_part_.path, old_extents, kBlockSize, data_blob)); in TEST_F()
256 old_extents, in TEST_F()
277 vector<Extent> old_extents = {ExtentForRange(1, 1)}; in TEST_F() local
280 EXPECT_TRUE(WriteExtents(old_part_.path, old_extents, kBlockSize, data_blob)); in TEST_F()
290 old_extents, in TEST_F()
Ddelta_diff_utils.cc146 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()