Searched defs:GetSuperDevice (Results 1 – 4 of 4) sorted by relevance
| /system/core/fs_mgr/libsnapshot/ | ||
| D | device_info.cpp | 73 std::string DeviceInfo::GetSuperDevice(uint32_t slot) const { in GetSuperDevice() function in android::snapshot::DeviceInfo |
| /system/core/fs_mgr/libsnapshot/include_test/libsnapshot/ | ||
| D | test_helpers.h | 85 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 | 1533 std::optional<base::FilePath> DynamicPartitionControlAndroid::GetSuperDevice() { in GetSuperDevice() function in chromeos_update_engine::DynamicPartitionControlAndroid |
| D | dynamic_partition_control_android_unittest.cc | 97 std::string GetSuperDevice(uint32_t slot) { in GetSuperDevice() function in chromeos_update_engine::DynamicPartitionControlAndroidTest |