Home
last modified time | relevance | path

Searched refs:output_paths (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/build/scripts/util/
H A Dmd5_check.py60 output_paths=None, argument
84 assert record_path or output_paths
87 output_paths = output_paths or []
92 x for x in output_paths if force or not os.path.exists(x)
100 new_metadata.files_md5()] + sorted(output_paths))
104 record_path = record_path or output_paths[0] + '.md5.stamp'
115 if pycache_enabled and pycache.retrieve(output_paths, prefix=manifest):
127 pycache.save(output_paths, prefix=manifest)
H A Dpycache.py87 def retrieve(self, output_paths, prefix=''): argument
88 for path in output_paths:
101 def save(self, output_paths, prefix=''): argument
102 for path in output_paths:
H A Dbuild_utils.py688 output_paths=None, argument
705 if not output_paths:
709 output_paths = list(output_paths or [])
715 output_paths += [options.depfile]
725 output_paths[0],
733 output_paths=output_paths,
/ohos5.0/build/scripts/
H A Dohos_abc.py57 output_paths=(outputs),
H A Dbpf.py63 output_paths=(outputs),
H A Didl.py88 output_paths=(outputs),
H A Dmerge_profile.py82 output_paths=(outputs),
H A Dcompile_resources.py113 output_paths=(outputs),
H A Dhapbuilder.py222 output_paths=([options.hap_path]),
H A Dbuild_js_assets.py261 output_paths=([options.output]),
/ohos5.0/build/ohos/ndk/
H A Dcheck_ndk_header.py59 output_paths=([options.output]),
H A Dgenerate_ndk_stub_file.py69 output_paths=([options.output]),
H A Dgenerate_version_script.py70 output_paths=([options.output]),
H A Dcreate_ndk_docs_portal.py84 output_paths=(outputs),
H A Dcheck_ndk_header_signature.py84 output_paths=([options.output
H A Dgenerate_ndk_docs.py107 output_paths=([html_output_dir]),
H A Darchive_ndk.py114 output_paths=([options.output]),
/ohos5.0/build/ohos/packages/
H A Dsystem_z_package.py67 output_paths=([args.output_file, args.output_dir]),
H A Dsystem_gzip_package.py92 output_paths=([args.output_file]),
/ohos5.0/build/templates/metadata/
H A Dwrite_meta_data.py239 output_paths=([options.output]),
/ohos5.0/build/ohos/notice/
H A Dmerge_notice_files.py262 output_paths=(outputs))