Home
last modified time | relevance | path

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

/device/amlogic/yukawa/hal/bootctrl/
Dboot_control.cc116 char suffix_prop[PROPERTY_VALUE_MAX] = {0}; in BootControlInit() local
117 property_get(BOOT_SLOT_PROP, suffix_prop, ""); in BootControlInit()
118 bootctrl_module->current_slot = SlotSuffixToIndex(suffix_prop); in BootControlInit()
141 "%s=%s, slot metadata=%s", BOOT_SLOT_PROP, suffix_prop, in BootControlInit()