Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qemu-iotests/
H A Diotests.py804 def file_path_remover(): function
805 for path in reversed(file_path_remover.paths):
818 if not hasattr(file_path_remover, 'paths'):
819 file_path_remover.paths = []
820 atexit.register(file_path_remover)
826 file_path_remover.paths.append(path)