HomeSort by relevance Sort by last modified time
    Searched refs:_test_fileobj_link (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 140 def _test_fileobj_link(self, lnktype, regtype): member in class: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")
158 self._test_fileobj_link("symtype2", "ustar/regtype")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 140 def _test_fileobj_link(self, lnktype, regtype): member in class: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")
158 self._test_fileobj_link("symtype2", "ustar/regtype")
    [all...]

Completed in 36 milliseconds