Home
last modified time | relevance | path

Searched refs:manifest_file (Results 1 – 6 of 6) 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
49 jar_cmd = ['jar', 'cvfm', jar_file, manifest_file, '-C', cls_out, '.']
74 …build_re = build_jar(args.source_file, args.cls_out, args.manifest_file, args.jar_out, args.jar_na…
H A DBUILD.gn21 manifest_file = "./build/META-INF/MANIFEST.MF"
33 rebase_path(manifest_file, root_build_dir),
/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
49 jar_cmd = ['jar', 'cvfm', jar_file, manifest_file, '-C', cls_out, '.']
74 …build_re = build_jar(args.source_file, args.cls_out, args.manifest_file, args.jar_out, args.jar_na…
H A DBUILD.gn21 manifest_file = "./build/META-INF/MANIFEST.MF"
33 rebase_path(manifest_file, root_build_dir),
/ohos5.0/build/scripts/util/
H A Dpycache.py128 manifest_dir, manifest_file = self.descend_directory(path)
130 return manifest_file
/ohos5.0/build/ohos/app/
H A Dapp_internal.gni353 _manifest_file_path = "${target_gen_dir}/manifest_file"