Home | History | Annotate | Download | only in test

Lines Matching refs:addfile

639         tar.addfile(tarfile.TarInfo("foo"))
656 tar.addfile(t)
1043 tar.addfile(tarinfo)
1141 tar.addfile(tarinfo)
1162 tar.addfile(tarfile.TarInfo("test"))
1190 tar.addfile(t)
1217 tar.addfile(tarfile.TarInfo(name))
1231 self.assertRaises(UnicodeError, tar.addfile, tarinfo)
1233 tar.addfile(tarinfo)
1236 self.assertRaises(UnicodeError, tar.addfile, tarinfo)
1240 self.assertRaises(UnicodeError, tar.addfile, tarinfo)
1259 tar.addfile(t)
1282 tar.addfile(t)
1319 tar.addfile(tarfile.TarInfo("bar"))
1328 tar.addfile(t, f)