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

1 2 3 4 5 6 7 8

  /device/asus/fugu/recovery/
Android.mk 10 LOCAL_C_INCLUDES += bootable/recovery
18 LOCAL_C_INCLUDES += bootable/recovery
  /device/google/marlin/recovery/nanohub/
Android.mk 25 LOCAL_C_INCLUDES += bootable/recovery
  /device/huawei/angler/recovery/nanohub/
Android.mk 25 LOCAL_C_INCLUDES += bootable/recovery
  /device/lge/bullhead/recovery/nanohub/
Android.mk 25 LOCAL_C_INCLUDES += bootable/recovery
  /bootable/recovery/
Android.mk 63 # recovery (static executable)
72 recovery.cpp \
81 LOCAL_MODULE := recovery
142 LOCAL_REQUIRED_MODULES := recovery-persist recovery-refresh
147 # recovery-persist (system partition dynamic executable run after /data mounts)
151 recovery-persist.cpp \
153 LOCAL_MODULE := recovery-persist
156 LOCAL_INIT_RC := recovery-persist.rc
159 # recovery-refresh (system partition dynamic executable run at init
    [all...]
  /bootable/recovery/bootloader_message/
bootloader_message.cpp 47 // In recovery mode, recovery can get started and try to access the misc
155 strlcpy(boot.command, "boot-recovery", sizeof(boot.command));
156 strlcpy(boot.recovery, "recovery\n", sizeof(boot.recovery));
158 strlcat(boot.recovery, s.c_str(), sizeof(boot.recovery));
160 strlcat(boot.recovery, "\n", sizeof(boot.recovery));
    [all...]
  /bootable/recovery/tests/component/
bootloader_message_test.cpp 73 strlcpy(boot.recovery, "message1\nmessage2\n", sizeof(boot.recovery));
100 strlcpy(boot.recovery, "random message", sizeof(boot.recovery));
105 // Verify that command and recovery fields should be set.
106 ASSERT_EQ("boot-recovery", std::string(boot.command));
107 std::string expected = "recovery\n" + android::base::Join(options, "\n") + "\n";
108 ASSERT_EQ(expected, std::string(boot.recovery));
132 // command and recovery fields should be set.
133 ASSERT_EQ("boot-recovery", std::string(boot.command))
    [all...]
  /device/google/dragon/recovery/updater/
Android.mk 16 LOCAL_C_INCLUDES += bootable/recovery
33 LOCAL_C_INCLUDES += bootable/recovery
47 LOCAL_C_INCLUDES += bootable/recovery
  /external/vboot_reference/scripts/keygeneration/
create_new_keys.sh 20 --4k-recovery Use 4k key size for the recovery key
21 --4k-recovery-kernel Use 4k key size for the recovery kernel data
59 --4k-recovery)
62 --4k-recovery-kernel)
105 # Create the recovery and factory installer keypairs
111 # since it's never even checked during Recovery mode.
121 # Create the recovery kernel keyblock for use only in Recovery mode
    [all...]
  /external/vboot_reference/firmware/lib/
vboot_api_init.c 27 uint32_t recovery = VBNV_RECOVERY_NOT_REQUESTED; local
110 * If this isn't a S3 resume, read the current recovery request, then
111 * clear it so we don't get stuck in recovery mode.
114 VbNvGet(&vnc, VBNV_RECOVERY_REQUEST, &recovery);
115 VBDEBUG(("VbInit sees recovery request = %d\n", recovery));
116 if (VBNV_RECOVERY_NOT_REQUESTED != recovery)
123 * verified boot, and recovery is not requested for our own reasons,
124 * request recovery mode. This gives the calling firmware a way to
125 * request recovery if it finds something terribly wrong
    [all...]
vboot_firmware.c 58 int recovery = VBNV_RECOVERY_RO_UNSPECIFIED; local
128 /* RW firmware never runs in recovery mode. */
130 VBDEBUG(("Recovery flag mismatch.\n"));
331 /* No good firmware, so go to recovery mode. */
333 recovery = VBNV_RECOVERY_RO_INVALID_RW;
337 * If the best check result fits in the range of recovery
345 recovery = best_check;
351 /* Store recovery request, if any */
353 recovery : VBNV_RECOVERY_NOT_REQUESTED);
355 * encountered an error, update the shared recovery reason i
    [all...]
  /bootable/recovery/tests/
Android.mk 42 LOCAL_C_INCLUDES := bootable/recovery
61 resource_files := $(call find-files-in-subdirs, bootable/recovery, \
70 # The resource image files that will go to $OUT/data/nativetest/recovery.
71 testimage_out_path := $(TARGET_OUT_DATA)/nativetest/recovery
76 $(GEN): $(testimage_out_path)/% : bootable/recovery/%
95 LOCAL_C_INCLUDES := bootable/recovery
158 # The testdata files that will go to $OUT/data/nativetest/recovery.
159 testdata_out_path := $(TARGET_OUT_DATA)/nativetest/recovery
170 testdata_continuous_zip_path := $(testdata_continuous_zip_prefix)/nativetest/recovery
186 LOCAL_C_INCLUDES := bootable/recovery
    [all...]
  /external/autotest/server/site_tests/platform_ServoPowerStateController/
platform_ServoPowerStateController.py 12 """Test servo can power on and off DUT in recovery and non-recovery mode."""
34 recovery mode.
71 logging.info('Power DUT on in recovery mode, DUT shall boot from USB.')
74 self.assert_dut_off('power_state:rec didn\'t stay at recovery screen.')
80 logging.info('Power off DUT which is up in recovery mode.')
85 logging.info('Power DUT off in recovery mode without booting.')
89 self.assert_dut_off('power_state:off failed at recovery screen ')
91 # Power DUT on in non-recovery mode with USB stick plugged in.
93 logging.info('Power on DUT in non-recovery mode.'
    [all...]
  /system/update_engine/
hardware_android.cc 43 // The powerwash arguments passed to recovery. Arguments are separated by \n.
45 "recovery\n"
58 // Write a recovery command line |message| to the BCB. The arguments to recovery
65 // Setup a bootloader_message with just the command and recovery fields set.
68 strncpy(boot.command, "boot-recovery", sizeof(boot.command) - 1);
69 memcpy(boot.recovery,
71 std::min(message.size(), sizeof(boot.recovery) - 1));
82 // including the recovery message.
84 offsetof(bootloader_message, recovery) + sizeof(boot.recovery)
    [all...]
  /build/make/core/
pathmap.mk 44 recovery:bootable/recovery \
  /device/google/marlin/
device-marlin.mk 46 device/google/marlin/init.recovery.common.rc:root/init.recovery.marlin.rc
device-sailfish.mk 46 device/google/marlin/init.recovery.common.rc:root/init.recovery.sailfish.rc
  /system/extras/boot_control_copy/
Android.mk 8 LOCAL_C_INCLUDES := system/core/mkbootimg bootable/recovery
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
insn-error-a.d 3 #name: invalid instruction recovery test - ARM version
insn-error-t.d 3 #name: invalid instruction recovery test - Thumb version
  /bootable/recovery/applypatch/
Android.mk 29 bootable/recovery
52 bootable/recovery
75 bootable/recovery
94 LOCAL_C_INCLUDES := bootable/recovery
108 LOCAL_C_INCLUDES := bootable/recovery
  /external/vboot_reference/utility/
chromeos-tpm-recovery-test 6 # Test the chromeos TPM recovery script by faking the entire execution
9 rm -rf tpm-recovery-test-workdir
10 mkdir tpm-recovery-test-workdir
11 cd tpm-recovery-test-workdir
28 export DOT_RECOVERY=.recovery
30 ctr=../chromeos-tpm-recovery
33 ctr=chromeos-tpm-recovery
40 echo > .recovery
272 echo "starting TPM recovery test" > log
  /bootable/recovery/otafault/
Android.mk 31 LOCAL_C_INCLUDES := bootable/recovery
46 LOCAL_C_INCLUDES := bootable/recovery
  /bootable/recovery/minadbd/
Android.mk 22 LOCAL_C_INCLUDES := bootable/recovery system/core/adb
  /external/libchrome/base/metrics/
persistent_histogram_allocator_unittest.cc 105 PersistentHistogramAllocator recovery(
108 PersistentHistogramAllocator::Iterator histogram_iter(&recovery);
184 PersistentHistogramAllocator recovery(
187 PersistentHistogramAllocator::Iterator histogram_iter(&recovery);
193 recovery.MergeHistogramDeltaToStatisticsRecorder(recovered.get());

Completed in 1196 milliseconds

1 2 3 4 5 6 7 8