Searched refs:tarfile (Results 1 - 17 of 17) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_tarfile.py11 import tarfile namespace
45 self.tar = tarfile.open(self.tarname, mode=self.mode, encoding="iso8859-1")
165 # This test checks if tarfile.open() is able to open an empty tar
168 tarfile.open(tmpname, self.mode.replace("r", "w")).close()
170 tar = tarfile.open(tmpname, self.mode)
172 except tarfile.ReadError:
173 self.fail("tarfile.open() failed on empty archive")
178 # This test guarantees that tarfile.open() does not treat an empty
181 self.assertRaises(tarfile.ReadError, tarfile
[all...]
H A Dtest_shutil.py16 import tarfile namespace
413 tar = tarfile.open(path)
559 archive = tarfile.open(archive_name)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_tarfile.py11 import tarfile namespace
45 self.tar = tarfile.open(self.tarname, mode=self.mode, encoding="iso8859-1")
165 # This test checks if tarfile.open() is able to open an empty tar
168 tarfile.open(tmpname, self.mode.replace("r", "w")).close()
170 tar = tarfile.open(tmpname, self.mode)
172 except tarfile.ReadError:
173 self.fail("tarfile.open() failed on empty archive")
178 # This test guarantees that tarfile.open() does not treat an empty
181 self.assertRaises(tarfile.ReadError, tarfile
[all...]
H A Dtest_shutil.py16 import tarfile namespace
413 tar = tarfile.open(path)
559 archive = tarfile.open(archive_name)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dtarfile.py4 # tarfile.py
61 # from tarfile import *
79 LNKTYPE = "1" # link (inside tarfile)
101 # tarfile constants
103 # File types that tarfile supports:
787 def __init__(self, tarfile, tarinfo):
788 self.fileobj = _FileInFile(tarfile.fileobj,
1235 def fromtarfile(cls, tarfile):
1237 tarfile.
1239 buf = tarfile
[all...]
H A Dshutil.py372 import tarfile # late import so Python build itself doesn't break namespace
390 tar = tarfile.open(archive_name, 'w|%s' % tar_compression[compress])
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dtarfile.py4 # tarfile.py
61 # from tarfile import *
79 LNKTYPE = "1" # link (inside tarfile)
101 # tarfile constants
103 # File types that tarfile supports:
787 def __init__(self, tarfile, tarinfo):
788 self.fileobj = _FileInFile(tarfile.fileobj,
1235 def fromtarfile(cls, tarfile):
1237 tarfile.
1239 buf = tarfile
[all...]
H A Dshutil.py372 import tarfile # late import so Python build itself doesn't break namespace
390 tar = tarfile.open(archive_name, 'w|%s' % tar_compression[compress])
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
H A Darchive_util.py84 import tarfile # late import so Python build itself doesn't break namespace
101 tar = tarfile.open(archive_name, 'w|%s' % tar_compression[compress])
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
H A Darchive_util.py84 import tarfile # late import so Python build itself doesn't break namespace
101 tar = tarfile.open(archive_name, 'w|%s' % tar_compression[compress])
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_archive_util.py8 import tarfile namespace
97 tar = tarfile.open(path)
275 archive = tarfile.open(archive_name)
H A Dtest_sdist.py3 import tarfile namespace
347 archive = tarfile.open(archive_name)
365 archive = tarfile.open(archive_name)
500 archive = tarfile.open(archive_name)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_archive_util.py8 import tarfile namespace
97 tar = tarfile.open(path)
275 archive = tarfile.open(archive_name)
H A Dtest_sdist.py3 import tarfile namespace
347 archive = tarfile.open(archive_name)
365 archive = tarfile.open(archive_name)
500 archive = tarfile.open(archive_name)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
H A Dpimp.py29 import tarfile namespace
216 """Unpack tarfiles using the builtin tarfile module"""
221 tf = tarfile.open(archive, "r")
/prebuilts/devtools/tools/lib/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...

Completed in 648 milliseconds