Searched refs:copy_to_layout (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Tools/nuget/ |
D | make_zip.py | 120 def copy_to_layout(target, rel_sources): function 207 copied = copy_to_layout(temp / t.rstrip('/'), rglob(s, p, c)) 211 total = copy_to_layout(out, rglob(temp, '**/*', None))
|
/external/python/cpython3/Tools/msi/ |
D | make_zip.py | 135 def copy_to_layout(target, rel_sources): function 229 copied = copy_to_layout(temp / t.rstrip('/'), chain(files, extra_files)) 241 total = copy_to_layout(out, rglob(temp, '**/*', None))
|