Home
last modified time | relevance | path

Searched refs:ExternalError (Results 1 – 5 of 5) sorted by relevance

/build/tools/releasetools/
Dsign_target_files_apks126 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:
Dcommon.py39 class ExternalError(RuntimeError): pass class
151 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)
Dimg_from_target_files161 except common.ExternalError, e:
Damend_generator.py215 raise ExternalError("unable to include binary %s: %s" % (i, e))
Dota_from_target_files543 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: