Searched refs:bootSlotProp (Results 1 – 1 of 1) sorted by relevance
286 char bootSlotProp[PROPERTY_VALUE_MAX] = {'\0'}; in get_current_slot() local297 property_get(BOOT_SLOT_PROP, bootSlotProp, "N/A"); in get_current_slot()298 if (!strncmp(bootSlotProp, "N/A", strlen("N/A"))) { in get_current_slot()306 if (!strncmp(bootSlotProp, in get_current_slot()