Home
last modified time | relevance | path

Searched refs:get_dev_t_for_partition (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/extras/boot_control_copy/
H A Dboot_control_copy.cpp40 static bool get_dev_t_for_partition(const char* name, dev_t* out_device) { in get_dev_t_for_partition() function
66 if (!get_dev_t_for_partition("system_a", &system_a_dev) || in module_getCurrentSlot()
67 !get_dev_t_for_partition("system_b", &system_b_dev)) in module_getCurrentSlot()