Home
last modified time | relevance | path

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

/hardware/ti/am57x/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()
/hardware/interfaces/boot/1.1/default/boot_control/
Dlibboot_control.cpp201 std::string suffix_prop = android::base::GetProperty("ro.boot.slot_suffix", ""); in Init() local
202 if (suffix_prop.empty()) { in Init()
206 current_slot_ = SlotSuffixToIndex(suffix_prop.c_str()); in Init()