Searched refs:input_path (Results 1 – 5 of 5) sorted by relevance
/development/vndk/tools/header-checker/tests/ |
D | test.py | 17 def run_and_compare(self, input_path, expected_path, cflags=[]): argument 20 actual_output = run_header_checker(input_path, cflags) 24 input_path = os.path.join(INPUT_DIR, name) 26 self.run_and_compare(input_path, expected_path, cflags)
|
D | utils.py | 21 def run_header_checker(input_path, cflags=[]): argument 23 output_name = os.path.join(tmp, os.path.basename(input_path)) + '.dump' 24 cmd = ['header-abi-dumper', '-o', output_name, input_path,]
|
D | gen_all.py | 30 input_path = os.path.join(base, filename) 31 input_rel_path = input_path[input_dir_prefix_len:] 35 output_content = run_header_checker(input_path, DEFAULT_CFLAGS)
|
/development/vndk/tools/definition-tool/tools/ |
D | remove_dt_needed.py | 220 def replace_dt_needed(input_path, output_path, dt_needed_name): argument 221 with open(input_path, 'rb') as f:
|
/development/testrunner/coverage/ |
D | coverage.py | 183 for input_path in input_paths: 184 input_list.append("-in %s" % input_path)
|