Searched defs:ExternalError (Results 1 - 1 of 1) sorted by relevance

/build/tools/releasetools/
H A Dcommon.py70 class ExternalError(RuntimeError): pass class in inherits:RuntimeError
412 raise ExternalError("failed to unzip input target-files \"%s\"" %
512 raise ExternalError("signapk.jar failed: return code %s" % (p.returncode,))
518 raise ExternalError("zipalign failed: return code %s" % (p.returncode,))
550 raise ExternalError(msg)

Completed in 4 milliseconds