Searched refs:output_name (Results 1 – 1 of 1) sorted by relevance
/build/tools/releasetools/ |
D | common.py | 523 def SignFile(input_name, output_name, key, password, align=None, argument 544 sign_name = output_name 563 p = Run(["zipalign", "-f", "-p", str(align), sign_name, output_name])
|