Home
last modified time | relevance | path

Searched refs:extractfile (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_tarfile.py108 with self.tar.extractfile(tarinfo) as fobj:
121 with self.tar.extractfile(tarinfo) as fobj:
138 with self.tar.extractfile(tarinfo) as fobj2:
150 with self.tar.extractfile(tarinfo) as fobj:
193 with self.tar.extractfile("ustar/regtype") as fobj:
204 # Test if symbolic and hard links are resolved by extractfile(). The
208 with self.tar.extractfile(lnktype) as a, \
209 self.tar.extractfile(regtype) as b:
479 tar.extractfile(t).read()
569 with tar.extractfile(
[all...]
/third_party/skia/third_party/externals/dawn/scripts/
H A Dextract.py77 tar_file.extractfile(info))
/third_party/python/Lib/
H A Dtarfile.py1661 fileobject = ExFileObject # The file-object for extractfile().
2376 def extractfile(self, member): member in TarFile
2402 return self.extractfile(self._find_link_target(tarinfo))

Completed in 7 milliseconds