Searched refs:part_name (Results 1 – 7 of 7) sorted by relevance
/system/core/fastboot/fuzzy_fastboot/ |
D | main.cpp | 1005 for (const auto& part_name : real_parts) { in TEST_P() local 1011 ASSERT_TRUE(PartitionHash(fb.get(), part_name, &hash, &retcode, &err_msg)) in TEST_P() 1015 const std::string cmd = config.checksum + ' ' + part_name; in TEST_P() 1017 << part_name + " is marked as non-hashable, but hashing did not fail"; in TEST_P() 1027 for (const auto& part_name : real_parts) { in TEST_P() local 1029 EXPECT_EQ(fb->FlashPartition(part_name, buf), part_info.parsed ? DEVICE_FAIL : SUCCESS) in TEST_P() 1039 for (const auto& part_name : real_parts) { in TEST_P() local 1040 ASSERT_EQ(fb->Erase(part_name), SUCCESS) << "Erasing " + part_name + " failed"; in TEST_P() 1047 for (const auto& part_name : real_parts) { in TEST_P() local 1055 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 | 222 const string& part_name = config.target.partitions[i].name; in ApplyPayload() local 225 part_name, install_plan.target_slot, target_path); in ApplyPayload() 233 part_name, install_plan.source_slot, source_path); in ApplyPayload()
|
/system/update_engine/common/ |
D | utils.cc | 543 string MakePartitionNameForMount(const string& part_name) { in MakePartitionNameForMount() argument 544 if (IsMtdDeviceName(part_name)) { in MakePartitionNameForMount() 546 if (!SplitPartitionName(part_name, nullptr, &partition_num)) { in MakePartitionNameForMount() 551 return part_name; in MakePartitionNameForMount()
|
D | utils.h | 172 std::string MakePartitionNameForMount(const std::string& part_name);
|
/system/core/fastboot/ |
D | fastboot.cpp | 134 const char* part_name; member 1361 do_for_partitions(image->part_name, slot, resize_partition, false); in Flash() 1437 do_for_partitions(image.part_name, slot, flash, false); in FlashImage() 1467 std::string partition_name = image->part_name + "_"s + slot; in UpdateSuperPartition()
|