Lines Matching refs:input_file
45 def FinalizeMetadata(metadata, input_file, output_file, needed_property_files): argument
66 def ComputeAllPropertyFiles(input_file, needed_property_files): argument
68 with zipfile.ZipFile(input_file, allowZip64=True) as input_zip:
75 ZipDelete(input_file, [METADATA_NAME, METADATA_PROTO_NAME])
76 output_zip = zipfile.ZipFile(input_file, 'a', allowZip64=True)
81 return input_file
84 SignOutput(input_file, prelim_signing)
99 prelim_signing = ComputeAllPropertyFiles(input_file, needed_property_files)
372 input_file = info_dict[partition_prop_key].input_file
373 if isinstance(input_file, zipfile.ZipFile):
374 with zipfile.ZipFile(input_file.filename, allowZip64=True) as input_zip:
380 PartitionBuildProps.FromInputFile(input_file, partition,