Searched refs:Run (Results 1 – 5 of 5) sorted by relevance
/build/tools/releasetools/ |
D | common.py | 57 def Run(args, **kwargs): function 211 p1 = Run(["mkbootfs", os.path.join(sourcedir, "RAMDISK")], 213 p2 = Run(["minigzip"], 241 p = Run(cmd, stdout=subprocess.PIPE) 287 p = Run(cmd, stdout=subprocess.PIPE) 318 p = Run(["openssl", "pkcs8", "-in", k+".pk8", 365 p = Run(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE) 373 p = Run(["zipalign", "-f", str(align), sign_name, output_name]) 586 p = Run([self.editor, "+%d" % (first_line,), self.pwfile]) 746 p = Run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
D | img_from_target_files | 85 p = common.Run(build_command); 137 p = common.Run(build_command)
|
D | check_target_files_signatures | 96 p = common.Run(["openssl", "x509", "-inform", "DER", "-text"], 167 p = common.Run(["openssl", "pkcs7", 216 p = common.Run(["aapt", "dump", "xmltree", full_filename,
|
D | sign_target_files_apks | 244 p = common.Run(["java", "-jar",
|
D | ota_from_target_files | 158 p = common.Run(["fs_config"], stdin=subprocess.PIPE,
|