Home
last modified time | relevance | path

Searched refs:input_file (Results 1 – 4 of 4) sorted by relevance

/development/scripts/
Dadd3prf.py129 with open(license_file, "r") as input_file:
130 for line in input_file:
239 with open(file_name, "r") as input_file:
240 return line in input_file
/development/gsi/repack_super_image/
Drepack_super_image.py72 input_file, output_file): argument
91 for line in input_file:
/development/vndk/tools/elfcheck/elfcheck/
Drewriter.py277 with open(self._mk_path, 'r') as input_file:
278 lines = input_file.read().splitlines()
/development/vndk/tools/sourcedr/ninja/
Dninja.py1022 input_file = args.input_file
1025 if input_file.endswith('.pickle'):
1026 with open(input_file, 'rb') as pickle_file:
1030 return Parser(args.cwd).parse(args.input_file, args.encoding,