Lines Matching refs:read
480 data = compressed.read()
483 data = signed.read()
531 data = input_tf_zip.read(filename)
738 The mapping info is read from OPTIONS.key_map. Non-existent certificate will
759 common.ParseCertificate(old_fp.read())).decode().lower()
762 common.ParseCertificate(new_fp.read())).decode().lower()
874 keylist = input_tf_zip.read("META/otakeys.txt").split()
876 raise common.ExternalError("can't read META/otakeys.txt from input")
949 in_cmdline = input_zip.read("BOOT/cmdline").decode()
982 input_zip.read('META/misc_info.txt').decode().split('\n'))
1091 data = input_tf_zip.read("SYSTEM/build.prop").decode()
1113 data = input_tf_zip.read("SYSTEM/build.prop").decode()
1155 for line in tf_zip.read('META/apexkeys.txt').decode().split('\n'):