Home
last modified time | relevance | path

Searched refs:recovery (Results 1 – 10 of 10) sorted by relevance

/bootable/recovery/
DREADME.md9 # To boot into the new recovery image
10 # without flashing the recovery partition:
12 fastboot boot $ANDROID_PRODUCT_OUT/recovery.img
Drecovery.cpp209 boot.recovery[sizeof(boot.recovery) - 1] = '\0'; // Ensure termination in get_args()
210 const char *arg = strtok(boot.recovery, "\n"); in get_args()
219 } else if (boot.recovery[0] != 0 && boot.recovery[0] != 255) { in get_args()
220 LOGE("Bad boot message\n\"%.20s\"\n", boot.recovery); in get_args()
252 strlcpy(boot.recovery, "recovery\n", sizeof(boot.recovery)); in get_args()
255 strlcat(boot.recovery, (*argv)[i], sizeof(boot.recovery)); in get_args()
256 strlcat(boot.recovery, "\n", sizeof(boot.recovery)); in get_args()
266 strlcpy(boot.recovery, "recovery\n", sizeof(boot.recovery)); in set_sdcard_update_bootloader_message()
Dbootloader.h50 char recovery[768]; member
DAndroid.mk39 recovery.cpp \
45 LOCAL_MODULE := recovery
Dverifier_test.sh10 DATA_DIR=$ANDROID_BUILD_TOP/bootable/recovery/testdata
/bootable/recovery/applypatch/
DAndroid.mk21 LOCAL_C_INCLUDES += external/bzip2 external/zlib bootable/recovery
30 LOCAL_C_INCLUDES += bootable/recovery
42 LOCAL_C_INCLUDES += bootable/recovery
Dapplypatch.sh14 DATA_DIR=$ANDROID_BUILD_TOP/bootable/recovery/applypatch/testdata
276 run_command mkdir /cache/recovery /cache/recovery/otatest
294 run_command ls /cache/recovery/otatest/b.file && fail # was deleted
Dimgdiff_test.sh108 patch_and_apply system/recovery.img
/bootable/recovery/etc/
Dinit.rc1 import /init.recovery.${ro.hardware}.rc
85 service recovery /sbin/recovery
86 seclabel u:r:recovery:s0
88 service adbd /sbin/adbd --root_seclabel=u:r:su:s0 --device_banner=recovery
/bootable/recovery/minadbd/
DAndroid.mk21 LOCAL_C_INCLUDES := bootable/recovery system/core/adb