Home
last modified time | relevance | path

Searched refs:Run (Results 1 – 3 of 3) sorted by relevance

/build/tools/releasetools/
Dcommon.py73 def Run(args, **kwargs): function
302 p1 = Run(cmd, stdout=subprocess.PIPE)
303 p2 = Run(["minigzip"],
343 p = Run(cmd, stdout=subprocess.PIPE)
351 p = Run(cmd, stdout=subprocess.PIPE)
409 p = Run(cmd, stdout=subprocess.PIPE)
441 p = Run(["openssl", "pkcs8", "-in", k+OPTIONS.private_key_suffix,
451 p = Run(["openssl", "pkcs8", "-in", k+OPTIONS.private_key_suffix,
507 p = Run(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
515 p = Run(["zipalign", "-f", str(align), sign_name, output_name])
[all …]
Dcheck_target_files_signatures96 p = common.Run(["openssl", "x509", "-inform", "DER", "-text"],
152 p = common.Run(["openssl", "pkcs7",
202 p = common.Run(["aapt", "dump", "xmltree", full_filename,
Dsign_target_files_apks368 p = common.Run(["java", "-jar",