Home
last modified time | relevance | path

Searched refs:GetSuperPartitionName (Results 1 – 8 of 8) sorted by relevance

/system/update_engine/aosp/
Ddynamic_partition_control_android.cc692 device_dir.Append(GetSuperPartitionName(source_slot)).value(); in GetSystemOtherPath()
813 device_dir.Append(GetSuperPartitionName(source_slot)).value(); in PrepareDynamicPartitionsForUpdate()
831 device_dir.Append(GetSuperPartitionName(target_slot)).value(); in PrepareDynamicPartitionsForUpdate()
935 device_dir.Append(GetSuperPartitionName(source_slot)).value(); in PrepareSnapshotPartitionsForUpdate()
962 std::string DynamicPartitionControlAndroid::GetSuperPartitionName( in GetSuperPartitionName() function in chromeos_update_engine::DynamicPartitionControlAndroid
1167 device_dir.Append(GetSuperPartitionName(current_slot)).value(); in IsSuperBlockDevice()
1181 device_dir.Append(GetSuperPartitionName(slot)).value(); in GetDynamicPartitionDevice()
1333 auto super_device = device_dir.Append(GetSuperPartitionName(slot)).value(); in ListDynamicPartitionsForSlot()
1361 device_dir.Append(GetSuperPartitionName(source_slot)).value(); in VerifyExtentsForUntouchedPartitions()
1366 device_dir.Append(GetSuperPartitionName(target_slot)).value(); in VerifyExtentsForUntouchedPartitions()
[all …]
Dmock_dynamic_partition_control_android.h73 MOCK_METHOD(std::string, GetSuperPartitionName, (uint32_t), (override));
Ddynamic_partition_control_android.h174 virtual std::string GetSuperPartitionName(uint32_t slot);
Ddynamic_partition_control_android_unittest.cc70 ON_CALL(dynamicControl(), GetSuperPartitionName(_)) in SetUp()
100 return GetDevice(dynamicControl().GetSuperPartitionName(slot)); in GetSuperDevice()
/system/extras/partition_tools/
Dlpdump.cc117 static std::string GetSuperPartitionName(const std::optional<uint32_t>& slot = {}) { in GetSuperPartitionName() function
480 super_path = GetSuperPartitionName(slot); in LpdumpMain()
527 super_path = GetSuperPartitionName(i); in LpdumpMain()
/system/core/fastboot/device/
Dvariables.h66 bool GetSuperPartitionName(FastbootDevice* device, const std::vector<std::string>& args,
Dvariables.cpp442 bool GetSuperPartitionName(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetSuperPartitionName() function
Dcommands.cpp141 {FB_VAR_SUPER_PARTITION_NAME, {GetSuperPartitionName, nullptr}}, in GetVarHandler()