Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dmock_device_info.h29 MOCK_METHOD(std::string, GetSuperDevice, (uint32_t slot), (const, override));
Dsnapshot.h98 virtual std::string GetSuperDevice(uint32_t slot) const = 0;
/system/core/fs_mgr/libsnapshot/
Ddevice_info.h37 std::string GetSuperDevice(uint32_t slot) const override;
Ddevice_info.cpp57 std::string DeviceInfo::GetSuperDevice(uint32_t slot) const { in GetSuperDevice() function in android::snapshot::DeviceInfo
Dsnapshot.cpp1164 .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()
Dsnapshot_fuzz_utils.h108 std::string GetSuperDevice(uint32_t) const override { in GetSuperDevice() function
/system/update_engine/
Ddynamic_partition_control_android_unittest.cc95 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/
Dtest_helpers.h84 std::string GetSuperDevice([[maybe_unused]] uint32_t slot) const override { return "super"; } in GetSuperDevice() function