Home
last modified time | relevance | path

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

/external/v8/tools/
Dadb-d8.py64 files_to_copy = ["d8", "natives_blob.bin", "snapshot_blob.bin"]
69 ["md5sum"] + files_to_copy,
/external/tensorflow/tensorflow/contrib/session_bundle/
Dexporter.py46 def gfile_copy_callback(files_to_copy, export_dir_path): argument
61 for source_filepath, basename in files_to_copy.items():
DREADME.md238 def my_custom_copy_callback(files_to_copy, export_dir_path):
239 # Copy all source files (keys) in files_to_copy to export_dir_path using the
/external/tensorflow/tensorflow/tools/compatibility/
Dast_edits.py594 files_to_copy = []
610 files_to_copy.append((fullpath, fullpath_output))
627 for input_path, output_path in files_to_copy:
/external/autotest/server/
Dsite_linux_router.py431 files_to_copy = [(instance.log_file,
436 for remote_file, local_file in files_to_copy:
/external/toolchain-utils/crosperf/
Dresults_cache.py63 def CopyFilesTo(self, dest_dir, files_to_copy): argument
65 for file_to_copy in files_to_copy: