Searched refs:GetSuperPartitionName (Results 1 – 8 of 8) sorted by relevance
/system/update_engine/ |
D | dynamic_partition_control_android.cc | 618 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()
|
D | mock_dynamic_partition_control.h | 67 MOCK_METHOD(std::string, GetSuperPartitionName, (uint32_t), (override));
|
D | dynamic_partition_control_android.h | 141 virtual std::string GetSuperPartitionName(uint32_t slot);
|
D | dynamic_partition_control_android_unittest.cc | 66 ON_CALL(dynamicControl(), GetSuperPartitionName(_)) in SetUp() 96 return GetDevice(dynamicControl().GetSuperPartitionName(slot)); in GetSuperDevice()
|
/system/extras/partition_tools/ |
D | lpdump.cc | 117 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/ |
D | variables.h | 66 bool GetSuperPartitionName(FastbootDevice* device, const std::vector<std::string>& args,
|
D | variables.cpp | 436 bool GetSuperPartitionName(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetSuperPartitionName() function
|
D | commands.cpp | 131 {FB_VAR_SUPER_PARTITION_NAME, {GetSuperPartitionName, nullptr}}, in GetVarHandler()
|