Searched refs:label (Results 1 – 14 of 14) sorted by relevance
/build/ohos/sdk/ |
D | parse_sdk_description.py | 117 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 …]
|
D | parse_public_sdk.py | 65 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
|
D | sdk.gni | 145 label = get_label_info(_label, "label_no_toolchain")
|
/build/ohos/images/mkimage/ |
D | README.txt | 43 # label标签,不设置默认使用mountpoint为label 44 --label xxx
|
D | mkf2fsimage.py | 65 if args.label: 66 mkf2fs_opts += " -l " + args.label
|
/build/loader/ |
D | load_ohos_build.py | 73 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/ |
D | system_notice_info.py | 28 def _get_label_name(label): argument 29 return re.split('[:|()]', label)[1]
|
/build/scripts/ |
D | gen_sdk_build_file.py | 61 def get_build_config_from_label(label, current_toolchain_dir): argument 62 build_config = label.replace('//', 'gen/').replace(':', '/')
|
/build/ohos/sa_profile/ |
D | sa_profile.gni | 51 "--target-label", 59 label = get_label_info(":$target_name", "label_with_toolchain")
|
/build/templates/metadata/ |
D | module_info.gni | 103 "--target-label", 107 "--label-name",
|
/build/ohos/ |
D | ohos_kits.gni | 107 label = lib_label
|
/build/ohos/native_stub/ |
D | native_stub.gni | 89 label = _current_label
|
/build/ohos/ndk/ |
D | ndk.gni | 124 label = _current_label
|
/build/toolchain/mac/ |
D | BUILD.gn | 282 # label names with spaces (which GN bases the output paths on) will be
|