Home
last modified time | relevance | path

Searched refs:jar_name (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/update/packaging_tools/zipalign/
H A Dbuild_jar.py45 def build_jar(source_file, cls_out, manifest_file, jar_out, jar_name): argument
46 jar_file = os.path.join(jar_out, '%s.jar' % jar_name)
74 …ild_re = build_jar(args.source_file, args.cls_out, args.manifest_file, args.jar_out, args.jar_name)
/ohos5.0/base/update/sys_installer/tools/zipalign/
H A Dbuild_jar.py45 def build_jar(source_file, cls_out, manifest_file, jar_out, jar_name): argument
46 jar_file = os.path.join(jar_out, '%s.jar' % jar_name)
74 …ild_re = build_jar(args.source_file, args.cls_out, args.manifest_file, args.jar_out, args.jar_name)