Home
last modified time | relevance | path

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

/build/tools/releasetools/
Dsign_target_files_apks333 raise common.ExternalError("can't read META/otakeys.txt from input")
348 raise common.ExternalError(
373 raise common.ExternalError("failed to run dumpkeys")
493 except common.ExternalError, e:
Dota_from_target_files392 raise common.ExternalError("No OEM file provided to answer expected assertions")
395 raise common.ExternalError("The OEM file is missing the property %s" % prop)
474 raise common.ExternalError("OEM source required for this build")
679 raise common.ExternalError("couldn't find %s in build.prop" % (prop,))
760 raise common.ExternalError("OEM source required for this build")
944 raise common.ExternalError("\"%s\" must be sent verbatim" % (fn,))
1058 raise common.ExternalError("OEM source required for this build")
1544 except common.ExternalError, e:
Dimg_from_target_files152 except common.ExternalError, e:
Dimg_from_target_files.py152 except common.ExternalError, e:
Dcommon.py70 class ExternalError(RuntimeError): pass class
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)
Dadd_img_to_target_files.py262 except common.ExternalError, e:
Dadd_img_to_target_files262 except common.ExternalError, e:
Dcheck_target_files_signatures437 except common.ExternalError, e: