Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py286 cls.pool = _TempPool(filesystems=cls.FILESYSTEMS)
287 cls.misc_pool = _TempPool()
288 cls.readonly_pool = _TempPool(
2008 empty_pool = _TempPool()
4108 class _TempPool(object): class
4130 cachefile = self._pool_file_path + _TempPool._cachefile_suffix
4236 os.remove(self._pool_file_path + _TempPool._cachefile_suffix)
4241 self._pool_file_path + _TempPool._cachefile_suffix + '.tmp')