Home
last modified time | relevance | path

Searched refs:input_path (Results 1 – 5 of 5) sorted by relevance

/development/vndk/tools/header-checker/tests/
Dtest.py17 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)
Dutils.py21 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,]
Dgen_all.py30 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/
Dremove_dt_needed.py220 def replace_dt_needed(input_path, output_path, dt_needed_name): argument
221 with open(input_path, 'rb') as f:
/development/testrunner/coverage/
Dcoverage.py183 for input_path in input_paths:
184 input_list.append("-in %s" % input_path)