Home
last modified time | relevance | path

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

/system/update_engine/
Ddynamic_partition_control_android.cc618 device_dir.Append(GetSuperPartitionName(source_slot)).value(); in GetSystemOtherPath()
741 device_dir.Append(GetSuperPartitionName(source_slot)).value(); in PrepareDynamicPartitionsForUpdate()
760 device_dir.Append(GetSuperPartitionName(target_slot)).value(); in PrepareDynamicPartitionsForUpdate()
786 std::string DynamicPartitionControlAndroid::GetSuperPartitionName( in GetSuperPartitionName() function in chromeos_update_engine::DynamicPartitionControlAndroid
950 device_dir.Append(GetSuperPartitionName(current_slot)).value(); in IsSuperBlockDevice()
964 device_dir.Append(GetSuperPartitionName(slot)).value(); in GetDynamicPartitionDevice()
1098 device_dir.Append(GetSuperPartitionName(current_slot)).value(); in ListDynamicPartitionsForSlot()
1126 device_dir.Append(GetSuperPartitionName(source_slot)).value(); in VerifyExtentsForUntouchedPartitions()
1131 device_dir.Append(GetSuperPartitionName(target_slot)).value(); in VerifyExtentsForUntouchedPartitions()
Dmock_dynamic_partition_control.h67 MOCK_METHOD(std::string, GetSuperPartitionName, (uint32_t), (override));
Ddynamic_partition_control_android.h141 virtual std::string GetSuperPartitionName(uint32_t slot);
Ddynamic_partition_control_android_unittest.cc66 ON_CALL(dynamicControl(), GetSuperPartitionName(_)) in SetUp()
96 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.cpp436 bool GetSuperPartitionName(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetSuperPartitionName() function
Dcommands.cpp131 {FB_VAR_SUPER_PARTITION_NAME, {GetSuperPartitionName, nullptr}}, in GetVarHandler()