Searched refs:partition_name_suffix (Results 1 – 4 of 4) sorted by relevance
/system/update_engine/ |
D | dynamic_partition_control_android.cc | 579 const std::string& partition_name_suffix, in GetSystemOtherPath() argument 612 *path = device_dir.Append(partition_name_suffix).value(); in GetSystemOtherPath() 637 auto p = builder->FindPartition(partition_name_suffix); in GetSystemOtherPath() 641 LOG(INFO) << "Can't find " << partition_name_suffix in GetSystemOtherPath() 654 LOG(INFO) << partition_name_suffix in GetSystemOtherPath() 660 LOG(INFO) << partition_name_suffix << " has length " << p->size() in GetSystemOtherPath() 671 TEST_AND_RETURN_FALSE(UnmapPartitionOnDeviceMapper(partition_name_suffix)); in GetSystemOtherPath() 677 .partition_name = partition_name_suffix, in GetSystemOtherPath() 691 const std::string partition_name_suffix = "system" + target_suffix; in EraseSystemOtherAvbFooter() local 697 source_slot, target_slot, partition_name_suffix, &path, &should_unmap)); in EraseSystemOtherAvbFooter() [all …]
|
D | mock_dynamic_partition_control.h | 91 const std::string& partition_name_suffix, in RealGetSystemOtherPath() argument 95 source_slot, target_slot, partition_name_suffix, path, should_unmap); in RealGetSystemOtherPath()
|
D | dynamic_partition_control_android.h | 164 const std::string& partition_name_suffix, 231 const std::string& partition_name_suffix, 241 const std::string& partition_name_suffix);
|
D | dynamic_partition_control_android_unittest.cc | 70 .WillByDefault(Invoke([](auto partition_name_suffix, auto device) { in SetUp() argument 71 *device = GetDmDevice(partition_name_suffix); in SetUp()
|