Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_tarfile.py2194 def tarfilecmd(self, *args, **kwargs): member in CommandLineTest
2224 out = self.tarfilecmd(opt, tar_name)
2230 out = self.tarfilecmd(opt, '-t', tar_name)
2260 out = self.tarfilecmd(opt, tar_name,
2271 out = self.tarfilecmd(opt, '-l', tar_name,
2288 out = self.tarfilecmd(opt, tmpname, *files)
2301 out = self.tarfilecmd(opt, '-c', tmpname, *files)
2311 out = self.tarfilecmd('-c', dotlessname, *files)
2322 out = self.tarfilecmd('-c', tar_name, *files)
2338 out = self.tarfilecmd('-c', tar_name, *files)
[all …]