Home
last modified time | relevance | path

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

/hardware/ti/am57x/bootctrl/
Dboot_control.cc83 static int SlotSuffixToIndex(const char* suffix) { in SlotSuffixToIndex() function
118 bootctrl_module->current_slot = SlotSuffixToIndex(suffix_prop); in BootControlInit()
138 if (SlotSuffixToIndex(metadata_suffix.c_str()) != in BootControlInit()
/hardware/interfaces/boot/1.1/default/boot_control/
Dlibboot_control.cpp185 int SlotSuffixToIndex(const char* suffix) { in SlotSuffixToIndex() function
206 current_slot_ = SlotSuffixToIndex(suffix_prop.c_str()); in Init()