Searched refs:run_abi_diff (Results 1 – 2 of 2) sorted by relevance
| /development/vndk/tools/header-checker/tests/ |
| D | test.py | 15 from utils import (run_abi_diff, run_and_read_abi_diff, run_header_abi_dumper, 531 return_code = run_abi_diff(lsdump_path, lsdump_path, abidiff_path, 547 return_code = run_abi_diff(lsdump_path, lsdump_path, read_only_path,
|
| /development/vndk/tools/header-checker/utils/ |
| D | utils.py | 313 def run_abi_diff(old_dump_path, new_dump_path, output_path, arch_str, lib_name, function 330 result = run_abi_diff(old_dump_path, new_dump_path, output_name,
|