Home | History | Annotate | Download | only in releasetools

Lines Matching refs:common

60 import common
64 # (which is common with zipaligned APKs). This overrides the
72 OPTIONS = common.OPTIONS
96 p = common.Run(["openssl", "x509", "-inform", "DER", "-text"],
119 name = "unknown cert %s (%s)" % (common.sha1(cert).hexdigest()[:12],
138 cert = common.ParseCertificate(f.read())
152 p = common.Run(["openssl", "pkcs7",
163 cert = common.ParseCertificate(out)
202 p = common.Run(["aapt", "dump", "xmltree", full_filename,
237 d, z = common.UnzipTemp(filename, '*.apk')
255 self.certmap = common.ReadApkCerts(z)
385 args = common.ParseOptions(argv, __doc__,
392 common.Usage(__doc__)
437 except common.ExternalError, e: