Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_tarfile.py140 def _test_fileobj_link(self, lnktype, regtype): member in UstarReadTest
146 self._test_fileobj_link("ustar/lnktype", "ustar/regtype")
149 self._test_fileobj_link("./ustar/linktest2/lnktype", "ustar/linktest1/regtype")
152 self._test_fileobj_link("ustar/symtype", "ustar/regtype")
155 self._test_fileobj_link("./ustar/linktest2/symtype", "ustar/linktest1/regtype")