Searched refs:output_paths (Results 1 – 21 of 21) sorted by relevance
/ohos5.0/build/scripts/util/ |
H A D | md5_check.py | 60 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 D | pycache.py | 87 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 D | build_utils.py | 688 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 D | ohos_abc.py | 57 output_paths=(outputs),
|
H A D | bpf.py | 63 output_paths=(outputs),
|
H A D | idl.py | 88 output_paths=(outputs),
|
H A D | merge_profile.py | 82 output_paths=(outputs),
|
H A D | compile_resources.py | 113 output_paths=(outputs),
|
H A D | hapbuilder.py | 222 output_paths=([options.hap_path]),
|
H A D | build_js_assets.py | 261 output_paths=([options.output]),
|
/ohos5.0/build/ohos/ndk/ |
H A D | check_ndk_header.py | 59 output_paths=([options.output]),
|
H A D | generate_ndk_stub_file.py | 69 output_paths=([options.output]),
|
H A D | generate_version_script.py | 70 output_paths=([options.output]),
|
H A D | create_ndk_docs_portal.py | 84 output_paths=(outputs),
|
H A D | check_ndk_header_signature.py | 84 output_paths=([options.output
|
H A D | generate_ndk_docs.py | 107 output_paths=([html_output_dir]),
|
H A D | archive_ndk.py | 114 output_paths=([options.output]),
|
/ohos5.0/build/ohos/packages/ |
H A D | system_z_package.py | 67 output_paths=([args.output_file, args.output_dir]),
|
H A D | system_gzip_package.py | 92 output_paths=([args.output_file]),
|
/ohos5.0/build/templates/metadata/ |
H A D | write_meta_data.py | 239 output_paths=([options.output]),
|
/ohos5.0/build/ohos/notice/ |
H A D | merge_notice_files.py | 262 output_paths=(outputs))
|