Searched refs:ExternalError (Results 1 – 8 of 8) sorted by relevance
/build/tools/releasetools/ |
D | sign_target_files_apks | 333 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:
|
D | ota_from_target_files | 392 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:
|
D | img_from_target_files | 152 except common.ExternalError, e:
|
D | img_from_target_files.py | 152 except common.ExternalError, e:
|
D | common.py | 70 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)
|
D | add_img_to_target_files.py | 262 except common.ExternalError, e:
|
D | add_img_to_target_files | 262 except common.ExternalError, e:
|
D | check_target_files_signatures | 437 except common.ExternalError, e:
|