Searched refs:boot (Results 1 – 5 of 5) sorted by relevance
194 struct bootloader_message boot; in get_args() local195 memset(&boot, 0, sizeof(boot)); in get_args()196 get_bootloader_message(&boot); // this may fail, leaving a zeroed structure in get_args()197 stage = strndup(boot.stage, sizeof(boot.stage)); in get_args()199 if (boot.command[0] != 0 && boot.command[0] != 255) { in get_args()200 LOGI("Boot command: %.*s\n", (int)sizeof(boot.command), boot.command); in get_args()203 if (boot.status[0] != 0 && boot.status[0] != 255) { in get_args()204 LOGI("Boot status: %.*s\n", (int)sizeof(boot.status), boot.status); in get_args()209 boot.recovery[sizeof(boot.recovery) - 1] = '\0'; // Ensure termination in get_args()210 const char *arg = strtok(boot.recovery, "\n"); in get_args()[all …]
9 # To boot into the new recovery image12 fastboot boot $ANDROID_PRODUCT_OUT/recovery.img
42 on boot71 trigger early-boot72 trigger boot
8 write_raw_image PACKAGE:boot.img BOOT:
107 patch_and_apply boot.img