Lines Matching refs:extractall
648 # Test if extractall() correctly restores directory permissions
651 DIR = os.path.join(TEMPDIR, "extractall")
655 tar.extractall(DIR, directories, filter='fully_trusted')
695 DIR = pathlib.Path(TEMPDIR) / "extractall"
699 tar.extractall(DIR, directories, filter='fully_trusted')
706 DIR = pathlib.Path(TEMPDIR) / "extractall"
1470 # Test if extractall works properly when tarfile contains symlinks
1487 tar.extractall(path=tempdir,
1490 self.fail("extractall failed with symlinked files")
2949 tarfl.extractall(TEMPDIR, numeric_owner=True,
3044 tar.extractall(cls.control_dir, filter=cls.extraction_filter)
3068 self.tar.extractall(DIR, filter='fully_trusted')
3347 tar.extractall(self.destdir, filter=filter)