Home
last modified time | relevance | path

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

/external/avb/boot_control/
Dboot_control_avb.c52 char propbuf[PROPERTY_VALUE_MAX]; in module_getCurrentSlot() local
54 property_get("ro.boot.slot_suffix", propbuf, ""); in module_getCurrentSlot()
55 if (strcmp(propbuf, "_a") == 0) { in module_getCurrentSlot()
57 } else if (strcmp(propbuf, "_b") == 0) { in module_getCurrentSlot()
60 avb_errorv("Unexpected slot suffix '", propbuf, "'.\n", NULL); in module_getCurrentSlot()