Searched refs:part_name (Results 1 – 7 of 7) sorted by relevance
/system/core/fastboot/fuzzy_fastboot/ |
D | main.cpp | 1025 for (const auto& part_name : real_parts) { in TEST_P() local 1031 ASSERT_TRUE(PartitionHash(fb.get(), part_name, &hash, &retcode, &err_msg)) in TEST_P() 1035 const std::string cmd = config.checksum + ' ' + part_name; in TEST_P() 1037 << part_name + " is marked as non-hashable, but hashing did not fail"; in TEST_P() 1047 for (const auto& part_name : real_parts) { in TEST_P() local 1049 EXPECT_EQ(fb->FlashPartition(part_name, buf), part_info.parsed ? DEVICE_FAIL : SUCCESS) in TEST_P() 1059 for (const auto& part_name : real_parts) { in TEST_P() local 1060 ASSERT_EQ(fb->Erase(part_name), SUCCESS) << "Erasing " + part_name + " failed"; in TEST_P() 1067 for (const auto& part_name : real_parts) { in TEST_P() local 1075 ASSERT_EQ(fb->FlashPartition(part_name, buf), SUCCESS); in TEST_P() [all …]
|
/system/update_engine/scripts/ |
D | paycheck.py | 282 for part_name, out_dst_part, dst_part in zip(args.part_names, 290 'Resulting %s partition corrupted.' % part_name)
|
/system/update_engine/scripts/update_payload/ |
D | applier.py | 562 def _ApplyToPartition(self, operations, part_name, base_name, argument 584 'old ' + part_name, length=old_part_info.size) 620 'new ' + part_name, length=new_part_info.size)
|
/system/update_engine/payload_generator/ |
D | generate_delta_main.cc | 223 const string& part_name = config.target.partitions[i].name; in ApplyPayload() local 226 part_name, install_plan.target_slot, target_path); in ApplyPayload() 234 part_name, install_plan.source_slot, source_path); in ApplyPayload()
|
/system/update_engine/common/ |
D | utils.cc | 542 string MakePartitionNameForMount(const string& part_name) { in MakePartitionNameForMount() argument 543 if (IsMtdDeviceName(part_name)) { in MakePartitionNameForMount() 545 if (!SplitPartitionName(part_name, nullptr, &partition_num)) { in MakePartitionNameForMount() 550 return part_name; in MakePartitionNameForMount()
|
D | utils.h | 171 std::string MakePartitionNameForMount(const std::string& part_name);
|
/system/core/fastboot/ |
D | fastboot.cpp | 132 const char* part_name; member 1253 do_for_partitions(image->part_name, slot, resize_partition, false); in Flash() 1329 do_for_partitions(image.part_name, slot, flash, false); in FlashImage() 1359 std::string partition_name = image->part_name + "_"s + slot; in UpdateSuperPartition()
|