Searched refs:suffix_prop (Results 1 – 2 of 2) sorted by relevance
116 char suffix_prop[PROPERTY_VALUE_MAX] = {0}; in BootControlInit() local117 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()
201 std::string suffix_prop = android::base::GetProperty("ro.boot.slot_suffix", ""); in Init() local202 if (suffix_prop.empty()) { in Init()206 current_slot_ = SlotSuffixToIndex(suffix_prop.c_str()); in Init()