Home
last modified time | relevance | path

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

/developtools/hiperf/script/
Drecv_binary_cache.py130 local_cache_file = os.path.join(self.local_cache_dir,
132 self.check_and_recv_binary(binary, local_cache_file)
134 def check_and_recv_binary(self, binary, local_cache_file): argument
141 if os.path.isfile(local_cache_file):
143 build_id = get_build_id(local_cache_file)
150 target_dir = os.path.dirname(local_cache_file)
153 if os.path.isfile(local_cache_file):
154 os.remove(local_cache_file)
155 self.pull_file_from_device(binary, local_cache_file)
157 local_cache_file))
[all …]