Searched refs:label (Results 1 – 20 of 20) 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 | 66 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
|
D | sdk.gni | 158 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/templates/common/ |
D | check_target.gni | 50 foreach(label, invoker.module_deps) { 51 dep_labels += [ get_label_info(label, "label_no_toolchain") ]
|
D | check_deps_handler.py | 68 def get_path_from_label(label): argument 70 return label.lstrip('//').split(':')[0]
|
/build/hb/util/loader/ |
D | load_ohos_build.py | 76 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/ |
D | system_notice_info.py | 28 def _get_label_name(label): argument 29 return re.split('[:|()]', label)[1]
|
D | modules_install.py | 99 label = module_info.get('label') 100 if label and host_toolchain in label:
|
/build/ohos/sa_profile/ |
D | sa_profile.gni | 51 "--target-label", 59 label = get_label_info(":$target_name", "label_with_toolchain") 77 label = module_label
|
/build/templates/cxx/ |
D | prebuilt.gni | 46 label = module_label 163 label = module_label 271 label = module_label
|
D | cxx.gni | 414 label = module_label 972 label = module_label 1229 label = module_label 1485 label = module_label
|
/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/templates/metadata/ |
D | module_info.gni | 115 "--target-label", 119 "--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/docs/ |
D | 编译构建调试文档.md | 106 | gn desc | 列出target/config的所有信息 | gn desc <out_dir> <label… 108 … | gn refs <out_dir> (<label_pattern>\|<label>\|<file>\|@<respon…
|
/build/toolchain/mac/ |
D | BUILD.gn | 282 # label names with spaces (which GN bases the output paths on) will be
|