Searched refs:ExternalError (Results 1 – 5 of 5) sorted by relevance
126 raise ExternalError("failed to run aapt dump")261 raise ExternalError("can't read META/otakeys.txt from input")267 raise ExternalError("can't parse \"%s\" from META/otakeys.txt" % (k,))288 raise ExternalError("failed to run dumpkeys")370 except common.ExternalError, e:
39 class ExternalError(RuntimeError): pass class151 raise ExternalError("failed to unzip input target-files \"%s\"" %223 raise ExternalError("signapk.jar failed: return code %s" % (p.returncode,))229 raise ExternalError("zipalign failed: return code %s" % (p.returncode,))244 raise ExternalError(msg)
161 except common.ExternalError, e:
215 raise ExternalError("unable to include binary %s: %s" % (i, e))
543 raise common.ExternalError("couldn't find %s in build.prop" % (property,))604 raise common.ExternalError("\"%s\" must be sent verbatim" % (fn,))916 except common.ExternalError, e: