Home
last modified time | relevance | path

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

/build/tools/releasetools/
Dcommon.py57 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)
Dimg_from_target_files85 p = common.Run(build_command);
137 p = common.Run(build_command)
Dcheck_target_files_signatures96 p = common.Run(["openssl", "x509", "-inform", "DER", "-text"],
167 p = common.Run(["openssl", "pkcs7",
216 p = common.Run(["aapt", "dump", "xmltree", full_filename,
Dsign_target_files_apks244 p = common.Run(["java", "-jar",
Dota_from_target_files158 p = common.Run(["fs_config"], stdin=subprocess.PIPE,