Home
last modified time | relevance | path

Searched refs:read_output_content (Results 1 – 3 of 3) sorted by relevance

/development/vndk/tools/header-checker/utils/
Dutils.py58 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)
Dcreate_reference_dumps.py11 get_build_vars_for_product, AOSP_DIR, read_output_content,
/development/vndk/tools/header-checker/tests/
Dtest.py13 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))