Home
last modified time | relevance | path

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

/aosp12/system/extras/boot_control_copy/
H A Dboot_control_copy.cpp59 dev_t system_a_dev, system_b_dev; in module_getCurrentSlot() local
66 if (!get_dev_t_for_partition("system_a", &system_a_dev) || in module_getCurrentSlot()
70 if (statbuf.st_dev == system_a_dev) { in module_getCurrentSlot()
78 major(statbuf.st_dev), minor(statbuf.st_dev), major(system_a_dev), minor(system_a_dev), in module_getCurrentSlot()