Searched refs:slot_suffix (Results 1 – 4 of 4) sorted by relevance
65 std::string slot_suffix; in KernelCommandLineFromConfig() local67 slot_suffix = "_a"; in KernelCommandLineFromConfig()69 slot_suffix = "_" + config.boot_slot(); in KernelCommandLineFromConfig()71 kernel_cmdline.push_back(concat("androidboot.slot_suffix=", slot_suffix)); in KernelCommandLineFromConfig()
112 char slot_suffix[32]; member156 char slot_suffix[4]; member178 sizeof(((struct bootloader_message_ab *)0)->slot_suffix),
137 std::string metadata_suffix = "_" + std::string(boot_ctrl.slot_suffix); in BootControlInit()142 boot_ctrl.slot_suffix); in BootControlInit()149 ALOGI("Current slot: %s(%d), number of slots: %d", boot_ctrl.slot_suffix, in BootControlInit()
36 constexpr off_t kBootloaderControlOffset = offsetof(bootloader_message_ab, slot_suffix);