Searched refs:read_output_content (Results 1 – 2 of 2) sorted by relevance
/development/vndk/tools/header-checker/utils/ |
D | utils.py | 70 output_content = read_output_content(lib_path, AOSP_DIR) 81 def read_output_content(output_path, replace_str): function 95 return read_output_content(output_path, AOSP_DIR) 139 return read_output_content(output_path, AOSP_DIR)
|
/development/vndk/tools/header-checker/tests/ |
D | test.py | 12 from utils import (AOSP_DIR, read_output_content, run_abi_diff, 115 read_output_content(old_ref_dump_path, AOSP_DIR), 116 read_output_content(new_ref_dump_path, AOSP_DIR))
|