Home
last modified time | relevance | path

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

/build/tools/releasetools/
Dsign_target_files_apks211 raise ExternalError("can't read META/otakeys.txt from input")
226 raise ExternalError("can't parse \"%s\" from META/otakeys.txt" % (k,))
250 raise ExternalError("failed to run dumpkeys")
350 except common.ExternalError, e:
Dcommon.py54 class ExternalError(RuntimeError): pass class
290 raise ExternalError("failed to unzip input target-files \"%s\"" %
370 raise ExternalError("signapk.jar failed: return code %s" % (p.returncode,))
376 raise ExternalError("zipalign failed: return code %s" % (p.returncode,))
403 raise ExternalError(msg)
Dimg_from_target_files206 except common.ExternalError, e:
Dota_from_target_files470 raise common.ExternalError("couldn't find %s in build.prop" % (property,))
514 raise common.ExternalError("\"%s\" must be sent verbatim" % (fn,))
840 except common.ExternalError, e:
Dcheck_target_files_signatures451 except common.ExternalError, e: