HomeSort by relevance Sort by last modified time
    Searched refs:new_recovery_keys (Results 1 - 2 of 2) sorted by null

  /build/tools/releasetools/
sign_target_files_apks 301 new_recovery_keys = ReplaceOtaKeys(input_tf_zip, output_tf_zip, misc_info)
302 if new_recovery_keys:
307 # The "new_recovery_keys" has been already written into the output_tf_zip
310 write_to_temp(recovery_keys_location, 0o755 << 16, new_recovery_keys)
480 new_recovery_keys, _ = p.communicate()
489 common.ZipWriteStr(output_tf_zip, recovery_keys_location, new_recovery_keys)
525 return new_recovery_keys
sign_target_files_apks.py 301 new_recovery_keys = ReplaceOtaKeys(input_tf_zip, output_tf_zip, misc_info)
302 if new_recovery_keys:
307 # The "new_recovery_keys" has been already written into the output_tf_zip
310 write_to_temp(recovery_keys_location, 0o755 << 16, new_recovery_keys)
480 new_recovery_keys, _ = p.communicate()
489 common.ZipWriteStr(output_tf_zip, recovery_keys_location, new_recovery_keys)
525 return new_recovery_keys

Completed in 37 milliseconds