Searched refs:TarInfo (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_tarfile.py198 fobj.write(tarfile.TarInfo("foo").tobuf())
572 # Test if the start offset of the TarInfo object includes
578 tarinfo = tarfile.TarInfo.frombuf(fobj.read(512))
639 tar.addfile(tarfile.TarInfo("foo"))
655 t = tarfile.TarInfo(name)
1036 tarinfo = tarfile.TarInfo(name)
1135 tarinfo = tarfile.TarInfo(name)
1162 tar.addfile(tarfile.TarInfo("test"))
1182 # TarInfo.
1186 t = tarfile.TarInfo()
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_tarfile.py198 fobj.write(tarfile.TarInfo("foo").tobuf())
572 # Test if the start offset of the TarInfo object includes
578 tarinfo = tarfile.TarInfo.frombuf(fobj.read(512))
639 tar.addfile(tarfile.TarInfo("foo"))
655 t = tarfile.TarInfo(name)
1036 tarinfo = tarfile.TarInfo(name)
1135 tarinfo = tarfile.TarInfo(name)
1162 tar.addfile(tarfile.TarInfo("test"))
1182 # TarInfo.
1186 t = tarfile.TarInfo()
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_tarfile.py198 fobj.write(tarfile.TarInfo("foo").tobuf())
572 # Test if the start offset of the TarInfo object includes
578 tarinfo = tarfile.TarInfo.frombuf(fobj.read(512))
639 tar.addfile(tarfile.TarInfo("foo"))
655 t = tarfile.TarInfo(name)
1036 tarinfo = tarfile.TarInfo(name)
1135 tarinfo = tarfile.TarInfo(name)
1162 tar.addfile(tarfile.TarInfo("test"))
1182 # TarInfo.
1186 t = tarfile.TarInfo()
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_tarfile.py198 fobj.write(tarfile.TarInfo("foo").tobuf())
572 # Test if the start offset of the TarInfo object includes
578 tarinfo = tarfile.TarInfo.frombuf(fobj.read(512))
639 tar.addfile(tarfile.TarInfo("foo"))
655 t = tarfile.TarInfo(name)
1036 tarinfo = tarfile.TarInfo(name)
1135 tarinfo = tarfile.TarInfo(name)
1162 tar.addfile(tarfile.TarInfo("test"))
1182 # TarInfo.
1186 t = tarfile.TarInfo()
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dtarfile.py62 __all__ = ["TarFile", "TarInfo", "is_tarfile", "TarError"]
118 # Fields from a pax header that override a TarInfo attribute.
912 class TarInfo(object): class in inherits:object
915 TarInfo objects are returned by TarFile.getmember(),
921 """Construct a TarInfo object. name is the optional name
961 """Return the TarInfo's attributes as a dictionary.
1190 """Construct a TarInfo object from a 512 byte string buffer.
1236 """Return the next TarInfo object from TarFile object
1254 # 3. Return self or another valid TarInfo object.
1279 # Patch the TarInfo objec
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dtarfile.py62 __all__ = ["TarFile", "TarInfo", "is_tarfile", "TarError"]
118 # Fields from a pax header that override a TarInfo attribute.
912 class TarInfo(object): class in inherits:object
915 TarInfo objects are returned by TarFile.getmember(),
921 """Construct a TarInfo object. name is the optional name
961 """Return the TarInfo's attributes as a dictionary.
1190 """Construct a TarInfo object from a 512 byte string buffer.
1236 """Return the next TarInfo object from TarFile object
1254 # 3. Return self or another valid TarInfo object.
1279 # Patch the TarInfo objec
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dtarfile.py62 __all__ = ["TarFile", "TarInfo", "is_tarfile", "TarError"]
118 # Fields from a pax header that override a TarInfo attribute.
912 class TarInfo(object): class in inherits:object
915 TarInfo objects are returned by TarFile.getmember(),
921 """Construct a TarInfo object. name is the optional name
961 """Return the TarInfo's attributes as a dictionary.
1190 """Construct a TarInfo object from a 512 byte string buffer.
1236 """Return the next TarInfo object from TarFile object
1254 # 3. Return self or another valid TarInfo object.
1279 # Patch the TarInfo objec
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dtarfile.py62 __all__ = ["TarFile", "TarInfo", "is_tarfile", "TarError"]
118 # Fields from a pax header that override a TarInfo attribute.
912 class TarInfo(object): class in inherits:object
915 TarInfo objects are returned by TarFile.getmember(),
921 """Construct a TarInfo object. name is the optional name
961 """Return the TarInfo's attributes as a dictionary.
1190 """Construct a TarInfo object from a 512 byte string buffer.
1236 """Return the next TarInfo object from TarFile object
1254 # 3. Return self or another valid TarInfo object.
1279 # Patch the TarInfo objec
[all...]

Completed in 390 milliseconds