HomeSort by relevance Sort by last modified time
    Searched refs:recovery (Results 1 - 25 of 43) sorted by null

1 2

  /bootable/recovery/
bootloader.h 23 * that is used for recovery and the bootloader to talk to
27 * reboot into recovery or to update radio or bootloader firmware.
29 * is complete (to boot into recovery for any final cleanup)
34 * The recovery field is only written by linux and used
35 * for the system to send a message to recovery or the
41 char recovery[1024]; member in struct:bootloader_message
Android.mk 10 recovery.c \
18 LOCAL_MODULE := recovery
25 # This binary is in the recovery ramdisk, which is otherwise a copy of root.
recovery.c 53 static const char *COMMAND_FILE = "/cache/recovery/command";
54 static const char *INTENT_FILE = "/cache/recovery/intent";
55 static const char *LOG_FILE = "/cache/recovery/log";
56 static const char *LAST_LOG_FILE = "/cache/recovery/last_log";
58 static const char *TEMPORARY_LOG_FILE = "/tmp/recovery.log";
62 * The recovery tool communicates with the main system through /cache files.
63 * /cache/recovery/command - INPUT - command line for tool, one arg per line
64 * /cache/recovery/log - OUTPUT - combined log file from recovery run(s)
65 * /cache/recovery/intent - OUTPUT - intent that was passed i
    [all...]
verifier_test.sh 14 DATA_DIR=$ANDROID_BUILD_TOP/bootable/recovery/testdata
  /device/samsung/crespo/recovery/
Android.mk 7 LOCAL_C_INCLUDES += bootable/recovery
  /device/htc/common/updater/
bootloader.h 23 * that is used for recovery and the bootloader to talk to
27 * reboot into recovery or to update radio or bootloader firmware.
29 * is complete (to boot into recovery for any final cleanup)
34 * The recovery field is only written by linux and used
35 * for the system to send a message to recovery or the
41 char recovery[1024]; member in struct:bootloader_message
Android.mk 7 # librecovery_ui_htc is a static library included by all the recovery
13 LOCAL_C_INCLUDES += bootable/recovery
26 LOCAL_C_INCLUDES += bootable/recovery
firmware.c 27 /* Bootloader / Recovery Flow
37 * if command == "boot-recovery" -> boot recovery.img
50 * 8. write the bootloader_message, leaving the recovery field
52 * "boot-recovery"
56 * It is recovery's responsibility to clean up the mess afterwards.
166 strlcpy(boot.command, "boot-recovery", sizeof(boot.command));
167 strlcpy(boot.recovery, "recovery\n--wipe_cache\n", sizeof(boot.command));
  /device/htc/passion/recovery/
Android.mk 9 LOCAL_C_INCLUDES += bootable/recovery
  /device/htc/passion-common/
AndroidBoardCommon.mk 17 $(call add-radio-file,recovery/images/firmware_install.565)
18 $(call add-radio-file,recovery/images/firmware_error.565)
19 $(call add-radio-file,recovery/images/bitmap_size.txt)
BoardConfigCommon.mk 58 # mtd1: 00500000 00020000 "recovery"
  /build/target/board/generic_x86/
disk_layout.conf 22 recovery {
  /build/core/
pathmap.mk 50 recovery:bootable/recovery \
Makefile 588 # Recovery image
593 INSTALLED_RECOVERYIMAGE_TARGET := $(PRODUCT_OUT)/recovery.img
595 recovery_initrc := $(call include-path-for, recovery)/etc/init.rc
596 recovery_kernel := $(INSTALLED_KERNEL_TARGET) # same as a non-recovery system
597 recovery_ramdisk := $(PRODUCT_OUT)/ramdisk-recovery.img
599 recovery_binary := $(call intermediates-dir-for,EXECUTABLES,recovery)/recovery
600 recovery_resources_common := $(call include-path-for, recovery)/res
601 recovery_resources_private := $(strip $(wildcard $(TARGET_DEVICE_DIR)/recovery/res))
604 recovery_fstab := $(strip $(wildcard $(TARGET_DEVICE_DIR)/recovery.fstab)
    [all...]
  /bootable/recovery/applypatch/
Android.mk 24 LOCAL_C_INCLUDES += external/bzip2 external/zlib bootable/recovery
33 LOCAL_C_INCLUDES += bootable/recovery
45 LOCAL_C_INCLUDES += bootable/recovery
imgdiff_test.sh 6 # recovery images. It then applies the patches on the device (or
108 patch_and_apply system/recovery.img
applypatch.sh 14 DATA_DIR=$ANDROID_BUILD_TOP/bootable/recovery/applypatch/testdata
276 run_command mkdir /cache/recovery /cache/recovery/otatest
277 run_command 'echo > /cache/recovery/otatest/b.file'
294 run_command ls /cache/recovery/otatest/b.file && fail # was deleted
  /external/e2fsprogs/e2fsck/
Android.mk 62 recovery.c \
  /frameworks/base/services/java/com/android/server/
BootReceiver.java 109 String recovery = RecoverySystem.handleAftermath(); local
110 if (recovery != null && db != null) {
111 db.addText("SYSTEM_RECOVERY_LOG", headers + recovery);
122 addFileToDropBox(db, prefs, headers, "/cache/recovery/log",
  /external/libxml2/include/libxml/
parser.h 258 int recovery; /* run in recovery mode */ member in struct:_xmlParserCtxt
851 * Recovery mode
882 int recovery);
887 int recovery);
892 int recovery,
897 int recovery);
901 int recovery,
    [all...]
  /external/kernel-headers/original/linux/raid/
md_k.h 170 /* recovery/resync flags
173 * SYNC: actually doing a resync, not a recovery
174 * ERR: and IO error was detected - abort the resync/recovery
181 * If neither SYNC or RESHAPE are set, then it is a recovery.
194 unsigned long recovery; member in struct:mddev_s
250 set_bit(MD_RECOVERY_NEEDED, &mddev->recovery);
269 * if appropriate, and should abort recovery if needed
  /bionic/libc/kernel/common/linux/raid/
md_k.h 132 unsigned long recovery; member in struct:mddev_s
  /development/ndk/platforms/android-3/include/linux/raid/
md_k.h 132 unsigned long recovery; member in struct:mddev_s
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/raid/
md_k.h 132 unsigned long recovery; member in struct:mddev_s
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/raid/
md_k.h 132 unsigned long recovery; member in struct:mddev_s

Completed in 415 milliseconds

1 2