Home
last modified time | relevance | path

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

/aosp_15_r20/system/core/fs_mgr/libsnapshot/
H A Ddevice_info.cpp73 std::string DeviceInfo::GetSuperDevice(uint32_t slot) const { in GetSuperDevice() function in android::snapshot::DeviceInfo
/aosp_15_r20/bootable/deprecated-ota/updater/
H A Dupdater_runtime_dynamic_partitions.cpp48 static std::string GetSuperDevice() { in GetSuperDevice() function
/aosp_15_r20/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
H A Dtest_helpers.h85 std::string GetSuperDevice([[maybe_unused]] uint32_t slot) const override { return "super"; } in GetSuperDevice() function
/aosp_15_r20/system/update_engine/aosp/
H A Ddynamic_partition_control_android.cc1522 std::optional<base::FilePath> DynamicPartitionControlAndroid::GetSuperDevice() { in GetSuperDevice() function in chromeos_update_engine::DynamicPartitionControlAndroid
H A Ddynamic_partition_control_android_unittest.cc97 std::string GetSuperDevice(uint32_t slot) { in GetSuperDevice() function in chromeos_update_engine::DynamicPartitionControlAndroidTest