Home
last modified time | relevance | path

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

/external/pigweed/pw_build/py/pw_build/
Dmirror_tree.py46 def _link_files(source_root: Path, sources: Iterable[Path], function
73 yield from _link_files(path, files, directory)
75 yield from _link_files(path.parent, [path], directory)
94 outputs = list(_link_files(source_root, sources, directory))