Home | History | Annotate | Download | only in releasetools

Lines Matching refs:Recovery

132       d["recovery_api_version"] = read_helper("META/recovery-api-version.txt").strip()
134 raise ValueError("can't find recovery API version in input target-files")
200 data = read_helper("RECOVERY/RAMDISK/etc/recovery.fstab")
202 print "Warning: could not find RECOVERY/RAMDISK/etc/recovery.fstab"
212 raise ValueError("malformed recovery.fstab line: \"%s\"" % (line,))
248 raise ValueError("malformed recovery.fstab line: \"%s\"" % (line,))
1108 # map recovery.fstab's fs_types to mount/format "partition types"
1137 """Generate a binary patch that creates the recovery image starting
1142 patching and install the new recovery image.
1153 path = os.path.join(input_dir, "SYSTEM", "etc", "recovery-resource.dat")
1157 bonus_args = "-b /system/etc/recovery-resource.dat"
1163 output_sink("recovery-from-boot.p", patch)
1169 td_pair = GetTypeAndDevice("/recovery", info_dict)
1176 applypatch %(bonus_args)s %(boot_type)s:%(boot_device)s:%(boot_size)d:%(boot_sha1)s %(recovery_type)s:%(recovery_device)s %(recovery_sha1)s %(recovery_size)d %(boot_sha1)s:/system/recovery-from-boot.p && log -t recovery "Installing new recovery image: succeeded" || log -t recovery "Installing new recovery image: failed"
1178 log -t recovery "Recovery image already installed"
1194 sh_location = "etc/install-recovery.sh"