Home
last modified time | relevance | path

Searched defs:GetSuperDevice (Results 1 – 5 of 5) sorted by relevance

/system/core/fs_mgr/libsnapshot/
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
/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
/system/update_engine/aosp/
Ddynamic_partition_control_android.cc1438 std::optional<base::FilePath> DynamicPartitionControlAndroid::GetSuperDevice() { in GetSuperDevice() function in chromeos_update_engine::DynamicPartitionControlAndroid
Ddynamic_partition_control_android_unittest.cc99 std::string GetSuperDevice(uint32_t slot) { in GetSuperDevice() function in chromeos_update_engine::DynamicPartitionControlAndroidTest