Home
last modified time | relevance | path

Searched refs:label (Results 1 – 20 of 20) sorted by relevance

/build/ohos/sdk/
Dparse_sdk_description.py117 def get_build_gn(label): argument
118 match = re.search(r"(.*?):(.*?)", label)
126 raise Exception("failed to get BUILD.gn of {}".format(label))
138 def expand_platform_targets(options, label, install_dir): argument
143 if label.find('${base}') != -1:
144 return [label.replace('${base}', base)], [install_dir]
145 elif label.find('${platforms}') != -1:
146 return [label.replace('${platforms}', p) for p in platforms], [
151 elif label.find('${variant}') != -1:
152 return [label.replace('${variant}', c) for c in variant], [
[all …]
Dparse_public_sdk.py66 label = str(info.get("module_label"))
67 if label in DEL_TARGET:
69 if label.startswith("//{}".format(INTERFACE_PATH)):
70 label = label.replace(INTERFACE_PATH, os.path.join(OUT_ROOT, "public_interface/sdk-js"))
71 info["module_label"] = label
Dsdk.gni158 label = get_label_info(_label, "label_no_toolchain")
/build/ohos/images/mkimage/
DREADME.txt43 # label标签,不设置默认使用mountpoint为label
44 --label xxx
Dmkf2fsimage.py65 if args.label:
66 mkf2fs_opts += " -l " + args.label
/build/templates/common/
Dcheck_target.gni50 foreach(label, invoker.module_deps) {
51 dep_labels += [ get_label_info(label, "label_no_toolchain") ]
Dcheck_deps_handler.py68 def get_path_from_label(label): argument
70 return label.lstrip('//').split(':')[0]
/build/hb/util/loader/
Dload_ohos_build.py76 def _normalize(label, path): argument
77 if not label.startswith('//'):
78 label = '//{}/{}'.format(path, label)
79 return label
134 label = kit_lib.get('name')
135 if label is None:
138 lib_config.append(' name = "{}"'.format(label))
179 label = inner_kits_lib.get('name')
180 lib_name = label.split(':')[1]
181 info['label'] = label
/build/ohos/packages/
Dsystem_notice_info.py28 def _get_label_name(label): argument
29 return re.split('[:|()]', label)[1]
Dmodules_install.py99 label = module_info.get('label')
100 if label and host_toolchain in label:
/build/ohos/sa_profile/
Dsa_profile.gni51 "--target-label",
59 label = get_label_info(":$target_name", "label_with_toolchain")
77 label = module_label
/build/templates/cxx/
Dprebuilt.gni46 label = module_label
163 label = module_label
271 label = module_label
Dcxx.gni414 label = module_label
972 label = module_label
1229 label = module_label
1485 label = module_label
/build/scripts/
Dgen_sdk_build_file.py61 def get_build_config_from_label(label, current_toolchain_dir): argument
62 build_config = label.replace('//', 'gen/').replace(':', '/')
/build/templates/metadata/
Dmodule_info.gni115 "--target-label",
119 "--label-name",
/build/ohos/
Dohos_kits.gni107 label = lib_label
/build/ohos/native_stub/
Dnative_stub.gni89 label = _current_label
/build/ohos/ndk/
Dndk.gni124 label = _current_label
/build/docs/
D编译构建调试文档.md106 | gn desc | 列出target/config的所有信息 | gn desc <out_dir> <label
108 … | gn refs <out_dir> (<label_pattern>\|<label>\|<file>\|@<respon…
/build/toolchain/mac/
DBUILD.gn282 # label names with spaces (which GN bases the output paths on) will be