Home
last modified time | relevance | path

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

/external/icu/icu4c/source/python/icutools/databuilder/
D__main__.py192 files_to_copy = set()
203 files_to_copy.add(f)
224 files_to_copy.remove(output_file)
227 for f in files_to_copy:
/external/tensorflow/tensorflow/tools/compatibility/
Dast_edits.py1030 files_to_copy = []
1048 files_to_copy.append((fullpath, fullpath_output))
1080 for input_path, output_path in files_to_copy:
/external/autotest/server/
Dsite_linux_router.py434 files_to_copy = [(instance.log_file,
440 for remote_file, local_file in files_to_copy:
/external/toolchain-utils/crosperf/
Dresults_cache.py121 def CopyFilesTo(self, dest_dir, files_to_copy): argument
123 for file_to_copy in files_to_copy: