Home
last modified time | relevance | path

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

/openbmc/qemu/tests/functional/qemu_test/
H A Dasset.py66 def _wait_for_other_download(self, tmp_cache_file): argument
70 current_size = tmp_cache_file.stat().st_size
81 new_size = tmp_cache_file.stat().st_size
112 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 …]