Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/utils/
Dutils.py210 def _read_lsdump_paths(lsdump_paths_file_path, vndk_version, targets): argument
227 with open(lsdump_paths_file_path, 'r') as lsdump_paths_file:
262 lsdump_paths_file_path = get_lsdump_paths_file_path(product, variant)
264 make_targets(product, variant, [lsdump_paths_file_path])
265 lsdump_paths_file_abspath = os.path.join(AOSP_DIR, lsdump_paths_file_path)