Home
last modified time | relevance | path

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

/development/vndk/tools/sourcedr/ninja/
Dlist_source_file.py40 def collect_source_files(graph, start, out_dir_pattern, out_host_dir_pattern): argument
66 if out_host_dir_pattern.match(dep):
88 out_host_dir_pattern = re.compile(re.escape(out_dir) + '/host/')
116 graph, path, out_dir_pattern, out_host_dir_pattern)