Searched refs:GetSuperDevice (Results 1 – 8 of 8) sorted by relevance
/system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
D | mock_device_info.h | 29 MOCK_METHOD(std::string, GetSuperDevice, (uint32_t slot), (const, override));
|
D | snapshot.h | 98 virtual std::string GetSuperDevice(uint32_t slot) const = 0;
|
/system/core/fs_mgr/libsnapshot/ |
D | device_info.h | 37 std::string GetSuperDevice(uint32_t slot) const override;
|
D | device_info.cpp | 57 std::string DeviceInfo::GetSuperDevice(uint32_t slot) const { in GetSuperDevice() function in android::snapshot::DeviceInfo
|
D | snapshot.cpp | 1164 .block_device = device_->GetSuperDevice(slot), in CollapseSnapshotDevice() 1238 auto super_device = device_->GetSuperDevice(slot); in ReadCurrentMetadata() 1307 auto super_device = device_->GetSuperDevice(target_slot); in GetSnapshotFlashingStatus() 2153 auto current_super = device_->GetSuperDevice(current_slot); in CreateUpdateSnapshots() 2226 if (!UpdatePartitionTable(opener, device_->GetSuperDevice(target_slot), in CreateUpdateSnapshots() 2445 auto super_device = device_->GetSuperDevice(slot); in UnmapAllPartitions() 2561 auto super_path = device_->GetSuperDevice(slot_number); in HandleImminentDataWipe() 2601 auto super_path = device_->GetSuperDevice(slot_number); in FinishMergeInRecovery() 2739 auto super_path = device_->GetSuperDevice(slot_number); in RecoveryCreateSnapshotDevices()
|
D | snapshot_fuzz_utils.h | 108 std::string GetSuperDevice(uint32_t) const override { in GetSuperDevice() function
|
/system/update_engine/ |
D | dynamic_partition_control_android_unittest.cc | 95 std::string GetSuperDevice(uint32_t slot) { in GetSuperDevice() function in chromeos_update_engine::DynamicPartitionControlAndroidTest 118 LoadMetadataBuilder(GetSuperDevice(slot), slot)) in SetMetadata() 126 LoadMetadataBuilder(GetSuperDevice(slot), slot, _)) in SetMetadata() 136 StoreMetadata(GetSuperDevice(target()), in ExpectStoreMetadata() 304 LoadMetadataBuilder(GetSuperDevice(source()), source(), _)) in TEST_P() 428 GetSuperDevice(target()), T("system"), target(), _, _)) in TEST_P()
|
/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/ |
D | test_helpers.h | 84 std::string GetSuperDevice([[maybe_unused]] uint32_t slot) const override { return "super"; } in GetSuperDevice() function
|