Home
last modified time | relevance | path

Searched refs:old_part_ (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/payload_generator/
Ddelta_diff_utils_unittest.cc113 CreatePartition(&old_part_, in SetUp()
131 old_part_.path, in RunDeltaMovedAndZeroBlocks()
133 old_part_.size / block_size_, in RunDeltaMovedAndZeroBlocks()
145 PartitionConfig old_part_{"part"}; member in chromeos_update_engine::DeltaDiffUtilsTest
169 old_part_, in TEST_F()
212 old_part_.path, in TEST_F()
248 EXPECT_TRUE(WriteExtents(old_part_.path, old_extents, kBlockSize, data_blob)); in TEST_F()
254 old_part_.path, in TEST_F()
280 EXPECT_TRUE(WriteExtents(old_part_.path, old_extents, kBlockSize, data_blob)); in TEST_F()
288 old_part_.path, in TEST_F()
[all …]
Dblock_mapping_unittest.cc39 ScopedTempFile old_part_{"BlockMappingTest_old.XXXXXX"}; member in chromeos_update_engine::BlockMappingTest
57 test_utils::WriteFileString(old_part_.path(), string(block_size_, 'a')); in TEST_F()
58 int old_fd = HANDLE_EINTR(open(old_part_.path().c_str(), O_RDONLY)); in TEST_F()
92 test_utils::WriteFileString(old_part_.path(), old_contents); in TEST_F()
102 EXPECT_TRUE(MapPartitionBlocks(old_part_.path(), in TEST_F()
Ddelta_diff_generator.cc82 old_part_(old_part), in PartitionProcessor()
95 config_, old_part_, new_part_, file_writer_, aops_); in Run()
99 LOG(FATAL) << "GenerateOperations(" << old_part_.name << ", " in Run()
113 if (!old_part_.path.empty()) { in Run()
124 source_fd->Open(old_part_.path.c_str(), O_RDONLY); in Run()
152 const PartitionConfig& old_part_; member in chromeos_update_engine::PartitionProcessor
Ddelta_diff_utils.cc153 : old_part_(old_part), in FileDeltaProcessor()
180 const string& old_part_; // NOLINT(runtime/member_string_references) member in chromeos_update_engine::diff_utils::FileDeltaProcessor
208 old_part_, in Run()