Home
last modified time | relevance | path

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

/tools/asuite/aidegen/project/
Dproject_splitter_unittest.py285 parent_sources = ['a/b/d/e', 'a/b/e/f']
287 child, parent_sources, root)
289 parent_sources = ['a/b/c/d/e', 'a/b/e/f']
291 child, parent_sources, root)
Dproject_splitter.py458 def _remove_child_duplicate_sources_from_parent(child, parent_sources, root): argument
473 for path in parent_sources: