Lines Matching refs:local_cache_file
130 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))
158 self.confirm_del_file(binary,local_cache_file)
161 local_cache_file)