Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dtarfile.py329 class ExtractError(TarError): class
2094 except ExtractError, e:
2127 except ExtractError, e:
2253 raise ExtractError("fifo not supported by system")
2259 raise ExtractError("special devices not supported by system")
2293 raise ExtractError("unable to resolve link inside archive")
2315 raise ExtractError("could not change owner")
2324 raise ExtractError("could not change mode")
2334 raise ExtractError("could not change modification time")
/external/python/cpython2/Doc/library/
Dtarfile.rst177 .. exception:: ExtractError