Home
last modified time | relevance | path

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

/qemu/tests/functional/qemu_test/
H A Dasset.py83 def _wait_for_other_download(self, tmp_cache_file): argument
87 current_size = tmp_cache_file.stat().st_size
98 new_size = tmp_cache_file.stat().st_size
109 self.log.debug("Time out while waiting for %s!", tmp_cache_file)
126 tmp_cache_file = self.cache_file.with_suffix(".download")
130 with tmp_cache_file.open("xb") as dst:
139 fsize = tmp_cache_file.stat().st_size
145 tmp_cache_file.unlink()
151 tmp_cache_file)
152 if self._wait_for_other_download(tmp_cache_file):
[all …]