Home
last modified time | relevance | path

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

/system/update_engine/aosp/
Ddynamic_partition_control_android.cc653 const std::string& partition_name_suffix, in GetSystemOtherPath() argument
686 *path = device_dir.Append(partition_name_suffix).value(); in GetSystemOtherPath()
711 auto p = builder->FindPartition(partition_name_suffix); in GetSystemOtherPath()
715 LOG(INFO) << "Can't find " << partition_name_suffix in GetSystemOtherPath()
728 LOG(INFO) << partition_name_suffix in GetSystemOtherPath()
734 LOG(INFO) << partition_name_suffix << " has length " << p->size() in GetSystemOtherPath()
745 TEST_AND_RETURN_FALSE(UnmapPartitionOnDeviceMapper(partition_name_suffix)); in GetSystemOtherPath()
751 .partition_name = partition_name_suffix, in GetSystemOtherPath()
765 const std::string partition_name_suffix = "system" + target_suffix; in EraseSystemOtherAvbFooter() local
771 source_slot, target_slot, partition_name_suffix, &path, &should_unmap)); in EraseSystemOtherAvbFooter()
[all …]
Dmock_dynamic_partition_control_android.h117 const std::string& partition_name_suffix, in RealGetSystemOtherPath() argument
121 source_slot, target_slot, partition_name_suffix, path, should_unmap); in RealGetSystemOtherPath()
Ddynamic_partition_control_android.h197 const std::string& partition_name_suffix,
292 const std::string& partition_name_suffix,
302 const std::string& partition_name_suffix);
Ddynamic_partition_control_android_unittest.cc74 .WillByDefault(Invoke([](auto partition_name_suffix, auto device) { in SetUp() argument
75 *device = GetDmDevice(partition_name_suffix); in SetUp()