Lines Matching refs:input_file
168 input_file = ecst_args.input
172 if not input_file:
175 input_file_path = Path(input_file)
273 input_file = Path(ecst_args.input)
275 input_file_size = input_file.stat().st_size
530 with input_file_path.open("r+b") as input_file:
533 input_file.seek(ARM_FW_ENTRY_POINT_OFFSET +
535 fw_entry_byte = input_file.read(4)
540 input_file.close()
553 input_file.close()
836 input_file = Path(ecst_args.input)
837 if not input_file.exists():
840 if input_file.stat().st_size < bh_index:
852 with input_file.open("r+b") as firmware_image:
865 with input_file.open("r+b") as file_to_merge: