Searched refs:GetSuperDevice (Results 1 – 10 of 10) sorted by relevance
/system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
D | mock_device_info.h | 28 MOCK_METHOD(std::string, GetSuperDevice, (uint32_t slot), (const, override));
|
D | snapshot.h | 103 virtual std::string GetSuperDevice(uint32_t slot) const = 0;
|
/system/core/fs_mgr/libsnapshot/ |
D | device_info.h | 36 std::string GetSuperDevice(uint32_t slot) const override;
|
D | device_info.cpp | 55 std::string DeviceInfo::GetSuperDevice(uint32_t slot) const { in GetSuperDevice() function in android::snapshot::DeviceInfo
|
D | snapshot_fuzz_utils.h | 108 std::string GetSuperDevice(uint32_t) const override { in GetSuperDevice() function
|
D | snapshot.cpp | 569 .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/ |
D | dynamic_partition_control_android_unittest.cc | 99 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()
|
D | dynamic_partition_control_android.h | 237 std::optional<base::FilePath> GetSuperDevice();
|
D | dynamic_partition_control_android.cc | 1408 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/ |
D | test_helpers.h | 83 std::string GetSuperDevice([[maybe_unused]] uint32_t slot) const override { return "super"; } in GetSuperDevice() function
|