Home
last modified time | relevance | path

Searched refs:StreamError (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtarfile.py338 class StreamError(TarError): class
554 raise StreamError("seeking backwards is not allowed")
2127 raise StreamError("cannot extract (sym)link as file object")
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_tarfile.py365 self.assertRaises(tarfile.StreamError, f.read)
379 self.assertRaises(tarfile.StreamError, tar2.extractfile, t2)