Home
last modified time | relevance | path

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

/developtools/hiperf/script/
Drecv_binary_cache.py108 def copy_to_binary_cache(self, from_path, target_file): argument
118 print('copy to binary_cache: %s to %s' % (from_path, target_file))
119 shutil.copy(from_path, target_file)