Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py727 snapname1 = ZFSTest.pool.makeTooLongComponent(b"fs1@")
728 snapname2 = ZFSTest.pool.makeTooLongComponent(b"fs2@")
787 snapname1 = ZFSTest.pool.makeTooLongComponent(b"fs1@")
788 snapname2 = ZFSTest.pool.makeTooLongComponent(b"fs2@")
1119 bmarks = [ZFSTest.pool.makeTooLongComponent(b'fs1#')]
4262 def makeTooLongComponent(self, prefix=None): member in _TempPool