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

  /build/tools/releasetools/
sign_target_files_apks 205 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:
img_from_target_files 161 except common.ExternalError, e:
common.py 45 class ExternalError(RuntimeError): pass
160 raise ExternalError("failed to unzip input target-files \"%s\"" %
231 raise ExternalError("signapk.jar failed: return code %s" % (p.returncode,))
237 raise ExternalError("zipalign failed: return code %s" % (p.returncode,))
252 raise ExternalError(msg)
amend_generator.py 222 raise ExternalError("unable to include binary %s: %s" % (i, e))
ota_from_target_files 565 raise common.ExternalError("couldn't find %s in build.prop" % (property,))
633 raise common.ExternalError("\"%s\" must be sent verbatim" % (fn,))
945 except common.ExternalError, e:
check_target_files_signatures 445 except common.ExternalError, e:

Completed in 41 milliseconds