Home
last modified time | relevance | path

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

/system/extras/boot_control_copy/
Dboot_control_copy.c64 dev_t system_a_dev, system_b_dev; in module_getCurrentSlot() local
73 !get_dev_t_for_partition("system_b", &system_b_dev)) in module_getCurrentSlot()
78 } else if (statbuf.st_dev == system_b_dev) { in module_getCurrentSlot()
85 major(system_b_dev), minor(system_b_dev)); in module_getCurrentSlot()