Lines Matching refs:append
500 cmd.append(img_file)
501 cmd.append(str(size_in_mb) + 'M')
508 cmd.append(args.file_contexts)
513 cmd.append('-e') # input is not android_sparse_file
518 cmd.append('-s') # share dup blocks
519 cmd.append(img_file)
523 cmd.append('-e') # input is not android_sparse_file
528 cmd.append('-s') # share dup blocks
529 cmd.append(img_file)
534 cmd.append('-M') # shrink as small as possible
535 cmd.append(img_file)
546 cmd.append('add_hashtree_footer')
547 cmd.append('--do_not_generate_fec')
558 cmd.append('--no_hashtree')
575 cmd.append('resize_image')
631 cmd.append('link')
655 cmd.append('-d') # include directories
666 cmd.append('-j') # sort
667 cmd.append(unaligned_apex_file) # output
668 cmd.append(apk_file) # input
669 cmd.append(zip_file) # input
674 cmd.append('-f')
675 cmd.append(str(BLOCK_SIZE))
676 cmd.append(unaligned_apex_file)
677 cmd.append(args.output)