Searched defs:GetSuperDevice (Results 1 – 5 of 5) sorted by relevance
/system/core/fs_mgr/libsnapshot/ | ||
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 |
/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 |
/system/update_engine/aosp/ | ||
D | dynamic_partition_control_android.cc | 1438 std::optional<base::FilePath> DynamicPartitionControlAndroid::GetSuperDevice() { in GetSuperDevice() function in chromeos_update_engine::DynamicPartitionControlAndroid |
D | dynamic_partition_control_android_unittest.cc | 99 std::string GetSuperDevice(uint32_t slot) { in GetSuperDevice() function in chromeos_update_engine::DynamicPartitionControlAndroidTest |