HomeSort by relevance Sort by last modified time
    Searched refs:ExternalError (Results 1 - 8 of 8) sorted by null

  /build/tools/releasetools/
img_from_target_files 152 except common.ExternalError, e:
img_from_target_files.py 152 except common.ExternalError, e:
sign_target_files_apks 334 raise common.ExternalError("can't read META/otakeys.txt from input")
349 raise common.ExternalError(
374 raise common.ExternalError("failed to run dumpkeys")
494 except common.ExternalError, e:
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")
680 raise common.ExternalError("couldn't find %s in build.prop" % (prop,))
761 raise common.ExternalError("OEM source required for this build")
    [all...]
common.py 70 class ExternalError(RuntimeError): pass
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)
    [all...]
add_img_to_target_files 328 except common.ExternalError, e:
add_img_to_target_files.py 328 except common.ExternalError, e:
check_target_files_signatures 437 except common.ExternalError, e:

Completed in 220 milliseconds