Home
last modified time | relevance | path

Searched refs:expand_file_args (Results 1 – 18 of 18) sorted by relevance

/build/scripts/
Didl.py24 args = build_utils.expand_file_args(args)
69 args = build_utils.expand_file_args(args)
Dgen_sdk_build_file.py68 external_deps = build_utils.expand_file_args(
169 bc_mplts = build_utils.expand_file_args(
179 bc_jar_path = build_utils.expand_file_args(
Dmerge_profile.py27 args = build_utils.expand_file_args(args)
Dcompile_resources.py27 args = build_utils.expand_file_args(args)
Dcopy_ex.py179 args = build_utils.expand_file_args(args)
Dhapbuilder.py155 args = build_utils.expand_file_args(args)
Dbuild_js_assets.py26 args = build_utils.expand_file_args(args)
/build/ohos/ndk/
Dgenerate_ndk_stub_file.py34 args = build_utils.expand_file_args(args)
Dgenerate_version_script.py35 args = build_utils.expand_file_args(args)
Dcheck_ndk_header.py25 args = build_utils.expand_file_args(args)
Dcreate_ndk_docs_portal.py29 args = build_utils.expand_file_args(args)
Dcheck_ndk_header_signature.py26 args = build_utils.expand_file_args(args)
Dgenerate_ndk_docs.py30 args = build_utils.expand_file_args(args)
Darchive_ndk.py26 args = build_utils.expand_file_args(args)
/build/ohos/packages/
Dsystem_z_package.py50 argv = build_utils.expand_file_args(argv)
Dsystem_gzip_package.py72 argv = build_utils.expand_file_args(argv)
/build/ohos/notice/
Dcollect_module_notice_file.py160 args = build_utils.expand_file_args(args)
/build/scripts/util/
Dbuild_utils.py486 args = expand_file_args(merge_args)
622 def expand_file_args(args): function