Searched refs:Run (Results 1 – 3 of 3) sorted by relevance
/build/tools/releasetools/ |
D | common.py | 73 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 …]
|
D | check_target_files_signatures | 96 p = common.Run(["openssl", "x509", "-inform", "DER", "-text"], 152 p = common.Run(["openssl", "pkcs7", 202 p = common.Run(["aapt", "dump", "xmltree", full_filename,
|
D | sign_target_files_apks | 368 p = common.Run(["java", "-jar",
|