Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dfastboot_device.h62 void set_active_slot(const std::string& active_slot) { active_slot_ = active_slot; } in set_active_slot() argument
/system/extras/boot_control_copy/
Dbootinfo.h40 uint8_t active_slot; member
Dbootinfo.cpp160 if (info->active_slot >= 2) return false; in boot_info_validate()
Dboot_control_copy.cpp143 info.active_slot = slot; in module_setActiveBootSlot()
/system/core/fs_mgr/tests/
Dadb-remount-test.sh311 local active_slot=`get_active_slot`
312 if [ X"${ACTIVE_SLOT}" != X"${active_slot}" ]; then
313 …echo "${YELLOW}[ WARNING ]${NORMAL} Active slot changed from ${ACTIVE_SLOT} to ${active_slot}" >&2
414 local active_slot=`get_active_slot`
415 if [ X"${ACTIVE_SLOT}" != X"${active_slot}" ]; then
416 … echo "${YELLOW}[ WARNING ]${NORMAL} Active slot changed from ${ACTIVE_SLOT} to ${active_slot}"
439 local active_slot=`get_active_slot`
440 if [ X"${ACTIVE_SLOT}" != X"${active_slot}" ]; then
441 … echo "${YELLOW}[ WARNING ]${NORMAL} Active slot changed from ${ACTIVE_SLOT} to ${active_slot}"
1650 local active_slot=`get_active_slot`
[all …]