Searched refs:tmp_cache_file (Results 1 – 1 of 1) sorted by relevance
66 def _wait_for_other_download(self, tmp_cache_file): argument70 current_size = tmp_cache_file.stat().st_size81 new_size = tmp_cache_file.stat().st_size112 with tmp_cache_file.open("xb") as dst:119 tmp_cache_file)124 tmp_cache_file)125 tmp_cache_file.unlink()129 tmp_cache_file.unlink()142 if not self._check(tmp_cache_file):143 tmp_cache_file.unlink()[all …]