Home
last modified time | relevance | path

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

/build/tools/releasetools/
Dsign_target_files_apks205 raise ExternalError("can't read META/otakeys.txt from input")
211 raise ExternalError("can't parse \"%s\" from META/otakeys.txt" % (k,))
232 raise ExternalError("failed to run dumpkeys")
313 except common.ExternalError, e:
Dcommon.py50 class ExternalError(RuntimeError): pass class
270 raise ExternalError("failed to unzip input target-files \"%s\"" %
341 raise ExternalError("signapk.jar failed: return code %s" % (p.returncode,))
347 raise ExternalError("zipalign failed: return code %s" % (p.returncode,))
375 raise ExternalError(msg)
Dimg_from_target_files186 except common.ExternalError, e:
Dota_from_target_files439 raise common.ExternalError("couldn't find %s in build.prop" % (property,))
483 raise common.ExternalError("\"%s\" must be sent verbatim" % (fn,))
786 except common.ExternalError, e:
Dcheck_target_files_signatures445 except common.ExternalError, e: