Home
last modified time | relevance | path

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

/external/trappy/tests/
Dutils_tests.py38 def __init__(self, files_to_copy, *args, **kwargs): argument
39 self.files_to_copy = files_to_copy
49 for src_fname, dst_fname in self.files_to_copy:
/external/bart/tests/
Dutils_tests.py38 def __init__(self, files_to_copy, *args, **kwargs): argument
39 self.files_to_copy = files_to_copy
48 for src_fname, dst_fname in self.files_to_copy:
/external/autotest/server/
Dsite_linux_router.py381 files_to_copy = [(instance.log_file,
386 for remote_file, local_file in files_to_copy:
/external/toolchain-utils/crosperf/
Dresults_cache.py64 def CopyFilesTo(self, dest_dir, files_to_copy): argument
66 for file_to_copy in files_to_copy: