Lines Matching refs:tarfilecmd
2512 def tarfilecmd(self, *args, **kwargs):
2551 out = self.tarfilecmd(opt, tar_name)
2557 out = self.tarfilecmd(opt, '-t', tar_name,
2588 out = self.tarfilecmd(opt, tar_name,
2599 out = self.tarfilecmd(opt, '-l', tar_name,
2616 out = self.tarfilecmd(opt, tmpname, *files)
2629 out = self.tarfilecmd(opt, '-c', tmpname, *files,
2640 out = self.tarfilecmd('-c', dotlessname, *files)
2651 out = self.tarfilecmd('-c', tar_name, *files)
2667 out = self.tarfilecmd('-c', tar_name, *files)
2678 out = self.tarfilecmd(opt, tmpname)
2688 out = self.tarfilecmd(opt, '-e', tmpname,
2705 out = self.tarfilecmd('-e', tmpname,
2717 out = self.tarfilecmd('-e', tmpname, 'spamdir')