Searched defs:GetSuperDevice (Results 1 – 3 of 3) sorted by relevance
/system/core/fs_mgr/libsnapshot/ | ||
D | device_info.cpp | 57 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 | 84 std::string GetSuperDevice([[maybe_unused]] uint32_t slot) const override { return "super"; } in GetSuperDevice() function |
/system/update_engine/ | ||
D | dynamic_partition_control_android_unittest.cc | 82 std::string GetSuperDevice(uint32_t slot) { in GetSuperDevice() function in chromeos_update_engine::DynamicPartitionControlAndroidTest |