Searched refs:read_output_content (Results 1 – 3 of 3) sorted by relevance
/development/vndk/tools/header-checker/utils/ |
D | utils.py | 58 output_content = read_output_content(lib_path, AOSP_DIR) 79 def read_output_content(output_path, replace_str): function 91 return read_output_content(output_path, AOSP_DIR) 123 return read_output_content(output_path, AOSP_DIR)
|
D | create_reference_dumps.py | 11 get_build_vars_for_product, AOSP_DIR, read_output_content,
|
/development/vndk/tools/header-checker/tests/ |
D | test.py | 13 AOSP_DIR, SOURCE_ABI_DUMP_EXT, TARGET_ARCHS, read_output_content, 100 read_output_content(old_ref_dump_path, AOSP_DIR), 101 read_output_content(new_ref_dump_path, AOSP_DIR))
|