Searched refs:GetSuperPartitionName (Results 1 – 8 of 8) sorted by relevance
/system/update_engine/aosp/ |
D | dynamic_partition_control_android.cc | 692 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 …]
|
D | mock_dynamic_partition_control_android.h | 73 MOCK_METHOD(std::string, GetSuperPartitionName, (uint32_t), (override));
|
D | dynamic_partition_control_android.h | 174 virtual std::string GetSuperPartitionName(uint32_t slot);
|
D | dynamic_partition_control_android_unittest.cc | 70 ON_CALL(dynamicControl(), GetSuperPartitionName(_)) in SetUp() 100 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 | 442 bool GetSuperPartitionName(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetSuperPartitionName() function
|
D | commands.cpp | 141 {FB_VAR_SUPER_PARTITION_NAME, {GetSuperPartitionName, nullptr}}, in GetVarHandler()
|