Lines Matching full:boot
21 #include <android/hardware/boot/1.1/IBootControl.h>
28 using android::hardware::boot::V1_0::BoolResult;
29 using android::hardware::boot::V1_0::CommandResult;
30 using android::hardware::boot::V1_0::Slot;
31 using android::hardware::boot::V1_1::IBootControl;
32 using android::hardware::boot::V1_1::MergeStatus;
34 namespace V1_0 = android::hardware::boot::V1_0;
35 namespace V1_1 = android::hardware::boot::V1_1;
42 "%s - command-line wrapper for the boot HAL.\n" in usage()
51 " mark-boot-successful - Mark current slot as GOOD.\n" in usage()
52 " set-active-boot-slot SLOT - On next boot, load and execute SLOT.\n" in usage()
123 return handle_return(ret, cr, "Error setting active boot slot: %s\n"); in do_set_active_boot_slot()
273 } else if (strcmp(argv[1], "mark-boot-successful") == 0) { in main()
275 } else if (strcmp(argv[1], "set-active-boot-slot") == 0) { in main()