Home
last modified time | relevance | path

Searched refs:files_to_copy (Results 1 – 7 of 7) 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/cronet/third_party/icu/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/angle/build/
Dcopy_test_data_ios.py80 files_to_copy = CalcInputs(arglist)
92 CopyFiles(files_to_copy, options.output_dir)
/external/cronet/build/
Dcopy_test_data_ios.py80 files_to_copy = CalcInputs(arglist)
92 CopyFiles(files_to_copy, options.output_dir)
/external/tensorflow/tensorflow/tools/compatibility/
Dast_edits.py1018 files_to_copy = []
1034 files_to_copy.append((fullpath, fullpath_output))
1066 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.py122 def CopyFilesTo(self, dest_dir, files_to_copy): argument
124 for file_to_copy in files_to_copy: