Searched refs:TarFile (Results 1 - 4 of 4) sorted by relevance

/external/jsoncpp/devtools/
H A Dtarball.py32 tar = tarfile.TarFile.gzopen( tarball_path, 'w', compresslevel=compression )
49 tar = tarfile.TarFile.gzopen(tarball_path, mode='r')
/external/jsoncpp/scons-tools/
H A Dtargz.py45 tar = tarfile.TarFile(os.path.splitext(target_path)[0], 'w', fileobj)
/external/python/cpython2/Lib/test/
H A Dtest_tarfile.py227 taropen = tarfile.TarFile.gzopen
233 taropen = tarfile.TarFile.bz2open
273 # Test TarFile's ignore_zeros option.
326 taropen = tarfile.TarFile.taropen
471 # Issue #7341: Close the internal file object in the TarFile
479 tar = object.__new__(tarfile.TarFile)
1697 # if the TarFile object is already closed.
1727 # TarFile.close() if there was no error.
1772 taropen = tarfile.TarFile.gzopen
1788 taropen = tarfile.TarFile
[all...]
/external/python/cpython2/Lib/
H A Dtarfile.py62 __all__ = ["TarFile", "TarInfo", "is_tarfile", "TarError"]
314 Used by TarFile.list()
388 """Class that serves as an adapter between TarFile and
795 Is returned by TarFile.extractfile().
927 TarInfo objects are returned by TarFile.getmember(),
928 TarFile.getmembers() and TarFile.gettarinfo() and are
1248 """Return the next TarInfo object from TarFile object
1487 class TarFile(object): class in inherits:object
1488 """The TarFile Clas
[all...]

Completed in 142 milliseconds