Home
last modified time | relevance | path

Searched refs:GetSuperDevice (Results 1 – 10 of 10) sorted by relevance

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dmock_device_info.h28 MOCK_METHOD(std::string, GetSuperDevice, (uint32_t slot), (const, override));
Dsnapshot.h103 virtual std::string GetSuperDevice(uint32_t slot) const = 0;
/system/core/fs_mgr/libsnapshot/
Ddevice_info.h36 std::string GetSuperDevice(uint32_t slot) const override;
Ddevice_info.cpp55 std::string DeviceInfo::GetSuperDevice(uint32_t slot) const { in GetSuperDevice() function in android::snapshot::DeviceInfo
Dsnapshot_fuzz_utils.h108 std::string GetSuperDevice(uint32_t) const override { in GetSuperDevice() function
Dsnapshot.cpp569 .block_device = device_->GetSuperDevice(slot), in MapSourceDevice()
1385 .block_device = device_->GetSuperDevice(slot), in CollapseSnapshotDevice()
1578 auto super_device = device_->GetSuperDevice(slot); in ReadCurrentMetadata()
1647 auto super_device = device_->GetSuperDevice(target_slot); in GetSnapshotFlashingStatus()
2325 auto super_device = device_->GetSuperDevice(slot_number); in MapAllSnapshots()
2727 auto current_super = device_->GetSuperDevice(current_slot); in CreateUpdateSnapshots()
2827 if (!UpdatePartitionTable(opener, device_->GetSuperDevice(target_slot), in CreateUpdateSnapshots()
3243 auto super_device = device_->GetSuperDevice(slot); in UnmapAllPartitionsInRecovery()
3363 auto super_path = device_->GetSuperDevice(slot_number); in HandleImminentDataWipe()
3414 auto super_path = device_->GetSuperDevice(slot_number); in FinishMergeInRecovery()
[all …]
/system/update_engine/aosp/
Ddynamic_partition_control_android_unittest.cc99 std::string GetSuperDevice(uint32_t slot) { in GetSuperDevice() function in chromeos_update_engine::DynamicPartitionControlAndroidTest
123 LoadMetadataBuilder(GetSuperDevice(slot), slot)) in SetMetadata()
132 LoadMetadataBuilder(GetSuperDevice(slot), slot, _)) in SetMetadata()
143 StoreMetadata(GetSuperDevice(target()), in ExpectStoreMetadata()
313 LoadMetadataBuilder(GetSuperDevice(source()), source(), _)) in TEST_P()
523 GetSuperDevice(target()), T("system"), target(), _, _)) in TEST_P()
Ddynamic_partition_control_android.h237 std::optional<base::FilePath> GetSuperDevice();
Ddynamic_partition_control_android.cc1408 auto super_device = GetSuperDevice(); in OpenCowWriter()
1438 std::optional<base::FilePath> DynamicPartitionControlAndroid::GetSuperDevice() { in GetSuperDevice() function in chromeos_update_engine::DynamicPartitionControlAndroid
/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
Dtest_helpers.h83 std::string GetSuperDevice([[maybe_unused]] uint32_t slot) const override { return "super"; } in GetSuperDevice() function