Searched refs:new_part_ (Results 1 – 4 of 4) sorted by relevance
/system/update_engine/payload_generator/ |
D | delta_diff_utils_unittest.cc | 117 CreatePartition(&new_part_, in SetUp() 132 new_part_.path, in RunDeltaMovedAndZeroBlocks() 134 new_part_.size / block_size_, in RunDeltaMovedAndZeroBlocks() 146 PartitionConfig new_part_{"part"}; member in chromeos_update_engine::DeltaDiffUtilsTest 163 new_part_.verity.hash_tree_extent = ExtentForRange(20, 30); in TEST_F() 164 new_part_.verity.fec_extent = ExtentForRange(40, 50); in TEST_F() 170 new_part_, in TEST_F() 181 extent, new_part_.verity.hash_tree_extent)); in TEST_F() 183 ExtentRanges::ExtentsOverlap(extent, new_part_.verity.fec_extent)); in TEST_F() 207 WriteExtents(new_part_.path, new_extents, kBlockSize, data_to_test)); in TEST_F() [all …]
|
D | delta_diff_generator.cc | 83 new_part_(new_part), in PartitionProcessor() 93 << new_part_.name; in Run() 95 config_, old_part_, new_part_, file_writer_, aops_); in Run() 100 << new_part_.name << ") failed"; in Run() 106 if (!snapshot_enabled || !IsDynamicPartition(new_part_.name)) { in Run() 120 LOG(INFO) << "Estimating COW size for partition: " << new_part_.name; in Run() 127 target_fd->Open(new_part_.path.c_str(), O_RDONLY); in Run() 140 if (!new_part_.disable_fec_computation) { in Run() 142 new_part_.verity.fec_extent.num_blocks() * config_.block_size; in Run() 145 new_part_.verity.hash_tree_extent.num_blocks() * config_.block_size; in Run() [all …]
|
D | block_mapping_unittest.cc | 40 ScopedTempFile new_part_{"BlockMappingTest_new.XXXXXX"}; member in chromeos_update_engine::BlockMappingTest 99 test_utils::WriteFileString(new_part_.path(), new_contents); in TEST_F() 103 new_part_.path(), in TEST_F()
|
D | delta_diff_utils.cc | 154 new_part_(new_part), in FileDeltaProcessor() 181 const string& new_part_; // NOLINT(runtime/member_string_references) member in chromeos_update_engine::diff_utils::FileDeltaProcessor 209 new_part_, in Run() 225 version_, &file_aops_, new_part_, blob_file_)) { in Run()
|