Home
last modified time | relevance | path

Searched refs:label (Results 1 – 14 of 14) 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.py65 label = str(info.get("module_label"))
66 if label in DEL_TARGET:
68 if label.startswith("//{}".format(INTERFACE_PATH)):
69 label = label.replace(INTERFACE_PATH, os.path.join(OUT_ROOT, "public_interface/sdk-js"))
70 info["module_label"] = label
Dsdk.gni145 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/loader/
Dload_ohos_build.py73 def _normalize(label, path): argument
74 if not label.startswith('//'):
75 label = '//{}/{}'.format(path, label)
76 return label
126 label = kit_lib.get('name')
127 if label is None:
130 lib_config.append(' name = "{}"'.format(label))
170 label = inner_kits_lib.get('name')
171 lib_name = label.split(':')[1]
172 info['label'] = label
/build/ohos/packages/
Dsystem_notice_info.py28 def _get_label_name(label): argument
29 return re.split('[:|()]', label)[1]
/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/ohos/sa_profile/
Dsa_profile.gni51 "--target-label",
59 label = get_label_info(":$target_name", "label_with_toolchain")
/build/templates/metadata/
Dmodule_info.gni103 "--target-label",
107 "--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/toolchain/mac/
DBUILD.gn282 # label names with spaces (which GN bases the output paths on) will be