Searched refs:manifest_file (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/update/packaging_tools/zipalign/ |
H A D | build_jar.py | 45 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 D | BUILD.gn | 21 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 D | build_jar.py | 45 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 D | BUILD.gn | 21 manifest_file = "./build/META-INF/MANIFEST.MF" 33 rebase_path(manifest_file, root_build_dir),
|
/ohos5.0/build/scripts/util/ |
H A D | pycache.py | 128 manifest_dir, manifest_file = self.descend_directory(path) 130 return manifest_file
|
/ohos5.0/build/ohos/app/ |
H A D | app_internal.gni | 353 _manifest_file_path = "${target_gen_dir}/manifest_file"
|