/external/jsoncpp/devtools/ |
tarball.py | 3 import tarfile 32 tar = tarfile.TarFile.gzopen( tarball_path, 'w', compresslevel=compression ) 49 tar = tarfile.TarFile.gzopen(tarball_path, mode='r')
|
/external/jsoncpp/scons-tools/ |
targz.py | 21 import tarfile 45 tar = tarfile.TarFile(os.path.splitext(target_path)[0], 'w', fileobj)
|
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.p2.core_2.3.0.v20130327-2119.jar | |
/external/python/cpython2/Lib/test/ |
test_tarfile.py | 11 import tarfile 46 self.tar = tarfile.open(self.tarname, mode=self.mode, encoding="iso8859-1") 166 self.tar = tarfile.open(self.tarname, mode=self.mode) 207 # ?rw-r--r-- tarfile/tarfile 7011 2003-01-06 07:19:43 ustar/conttype 208 # ?rw-r--r-- tarfile/tarfile 7011 2003-01-06 07:19:43 ustar/regtype 210 self.assertRegexpMatches(out, (r'-rw-r--r-- tarfile/tarfile\s+7011 ' 227 taropen = tarfile.TarFile.gzope [all...] |
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/1.0/ |
plexus-archiver-1.0.jar | |
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.2/ |
plexus-archiver-2.2.jar | |
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.3/ |
plexus-archiver-2.3.jar | |
/external/python/cpython3/Lib/ |
tarfile.py | 3 # tarfile.py 35 __cvsid__ = "$Id: tarfile.py 88586 2011-02-25 15:42:01Z marc-andre.lemburg $" 70 # from tarfile import * 71 __all__ = ["TarFile", "TarInfo", "is_tarfile", "TarError", "ReadError", 91 LNKTYPE = b"1" # link (inside tarfile) 113 # tarfile constants 115 # File types that tarfile supports: 336 """Class that serves as an adapter between TarFile and 715 def __init__(self, tarfile, tarinfo): 716 fileobj = _FileInFile(tarfile.fileobj, tarinfo.offset_data [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
tarfile.py | 4 # tarfile.py
61 # from tarfile import *
62 __all__ = ["TarFile", "TarInfo", "is_tarfile", "TarError"]
79 LNKTYPE = "1" # link (inside tarfile)
101 # tarfile constants
103 # File types that tarfile supports:
314 Used by TarFile.list()
388 """Class that serves as an adapter between TarFile and
781 Is returned by TarFile.extractfile().
785 def __init__(self, tarfile, tarinfo): [all...] |
/external/python/cpython2/Lib/ |
tarfile.py | 3 # tarfile.py 61 # from tarfile import * 62 __all__ = ["TarFile", "TarInfo", "is_tarfile", "TarError"] 79 LNKTYPE = "1" # link (inside tarfile) 101 # tarfile constants 103 # File types that tarfile supports: 314 Used by TarFile.list() 388 """Class that serves as an adapter between TarFile and 795 Is returned by TarFile.extractfile(). 799 def __init__(self, tarfile, tarinfo) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
tarfile.py | 4 # tarfile.py 61 # from tarfile import * 62 __all__ = ["TarFile", "TarInfo", "is_tarfile", "TarError"] 79 LNKTYPE = "1" # link (inside tarfile) 101 # tarfile constants 103 # File types that tarfile supports: 314 Used by TarFile.list() 388 """Class that serves as an adapter between TarFile and 783 Is returned by TarFile.extractfile(). 787 def __init__(self, tarfile, tarinfo) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
tarfile.py | 4 # tarfile.py 61 # from tarfile import * 62 __all__ = ["TarFile", "TarInfo", "is_tarfile", "TarError"] 79 LNKTYPE = "1" # link (inside tarfile) 101 # tarfile constants 103 # File types that tarfile supports: 314 Used by TarFile.list() 388 """Class that serves as an adapter between TarFile and 783 Is returned by TarFile.extractfile(). 787 def __init__(self, tarfile, tarinfo) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
tarfile.py | 4 # tarfile.py 61 # from tarfile import * 62 __all__ = ["TarFile", "TarInfo", "is_tarfile", "TarError"] 79 LNKTYPE = "1" # link (inside tarfile) 101 # tarfile constants 103 # File types that tarfile supports: 314 Used by TarFile.list() 388 """Class that serves as an adapter between TarFile and 783 Is returned by TarFile.extractfile(). 787 def __init__(self, tarfile, tarinfo) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
tarfile.py | 4 # tarfile.py 61 # from tarfile import * 62 __all__ = ["TarFile", "TarInfo", "is_tarfile", "TarError"] 79 LNKTYPE = "1" # link (inside tarfile) 101 # tarfile constants 103 # File types that tarfile supports: 314 Used by TarFile.list() 388 """Class that serves as an adapter between TarFile and 783 Is returned by TarFile.extractfile(). 787 def __init__(self, tarfile, tarinfo) [all...] |
/external/python/cpython3/Lib/test/ |
test_tarfile.py | 10 import tarfile 49 taropen = tarfile.TarFile.taropen 60 taropen = tarfile.TarFile.gzopen 67 taropen = tarfile.TarFile.bz2open 74 taropen = tarfile.TarFile.xzopen 82 self.tar = tarfile.open(self.tarname, mode=self.mode [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_tarfile.py | 11 import tarfile
45 self.tar = tarfile.open(self.tarname, mode=self.mode, encoding="iso8859-1")
162 # This test checks if tarfile.open() is able to open an empty tar
165 tarfile.open(tmpname, self.mode.replace("r", "w")).close()
167 tar = tarfile.open(tmpname, self.mode)
169 except tarfile.ReadError:
170 self.fail("tarfile.open() failed on empty archive")
175 # This test guarantees that tarfile.open() does not treat an empty
178 self.assertRaises(tarfile.ReadError, tarfile.open, tmpname, self.mode) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_tarfile.py | 11 import tarfile 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.open, tmpname, self.mode [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_tarfile.py | 11 import tarfile 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.open, tmpname, self.mode [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_tarfile.py | 11 import tarfile 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.open, tmpname, self.mode [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_tarfile.py | 11 import tarfile 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.open, tmpname, self.mode [all...] |