Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery.cpp194 struct bootloader_message boot; in get_args() local
195 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 …]
DREADME.md9 # To boot into the new recovery image
12 fastboot boot $ANDROID_PRODUCT_OUT/recovery.img
/bootable/recovery/etc/
Dinit.rc42 on boot
71 trigger early-boot
72 trigger boot
/bootable/recovery/etc/META-INF/com/google/android/
Dupdate-script8 write_raw_image PACKAGE:boot.img BOOT:
/bootable/recovery/applypatch/
Dimgdiff_test.sh107 patch_and_apply boot.img