/ohos5.0/build/hb/util/preloader/ |
H A D | preloader_process_data.py | 58 self.source_root_dir = config.root_path 61 self.source_root_dir, 'productdefine/common') 173 self._get_inherit_parts(inherit, self._dirs.source_root_dir)) 179 sys_info_path, self._parts, self._dirs.source_root_dir) 255 self._dirs.source_root_dir, config.get('chipprod_config_path')) 260 self._dirs.source_root_dir, config.get('ext_sdk_config_file')) 265 self._dirs.source_root_dir, config.get('ext_ndk_config_file')) 270 self._dirs.source_root_dir, config.get('ext_sign_hap_py_path')) 366 def _get_inherit_parts(self, inherit, source_root_dir) -> dict: argument 369 _file = os.path.join(source_root_dir, _config) [all …]
|
H A D | parse_lite_subsystems_config.py | 59 source_root_dir, subsystem_config_file): argument 76 source_root_dir),
|
/ohos5.0/build/hb/util/loader/ |
H A D | subsystem_info.py | 66 source_root_dir, config_output_path, os_level): argument 71 output_dir_realpath = os.path.join(source_root_dir, config_output_path) 74 source_root_dir) 82 source_root_dir)
|
H A D | platforms_loader.py | 27 def __init__(self, platforms_config_file, source_root_dir, root_build_dir, argument 30 self._source_root_dir = source_root_dir 184 def get_platforms_info(platforms_config_file, source_root_dir, root_build_dir, argument 186 platform_loader = PlatformsLoader(platforms_config_file, source_root_dir, 192 all_parts_file = os.path.join(source_root_dir, config_output_relpath, 200 toolchain_variant_info_file = os.path.join(source_root_dir,
|
H A D | subsystem_scan.py | 75 def scan(subsystem_config_file, example_subsystem_file, source_root_dir): argument 94 _subsystem_path = os.path.join(source_root_dir, _path) 104 'source_path': source_root_dir, 122 args.example_subsystem_file, args.source_root_dir)
|
H A D | load_ohos_build.py | 403 def __init__(self, source_root_dir, subsystem_build_info, argument 407 self._source_root_dir = source_root_dir 869 def get_parts_info(source_root_dir, argument 900 build_loader = LoadBuildConfig(source_root_dir, build_config_info, 933 source_root_dir, config_output_relpath), mode=Config.log_mode) 948 os.path.join(source_root_dir, config_output_relpath), skip_partlist_check)
|
/ohos5.0/build/scripts/ |
H A D | build_target_handler.py | 70 source_root_dir = args.source_root_dir 71 if not os.path.exists(os.path.join(source_root_dir, '.gn')): 75 build_dir = os.path.join(source_root_dir, args.root_build_dir)
|
H A D | ninja_rules_parser.py | 200 source_root_dir = args.source_root_dir 201 if not os.path.exists(os.path.join(source_root_dir, '.gn')): 204 build_dir = os.path.join(source_root_dir, args.root_build_dir)
|
H A D | entry.py | 41 build_py = os.path.join(args.source_root_dir, 'build.py') 143 if args.source_root_dir is None:
|
/ohos5.0/build/hb/services/ |
H A D | loader.py | 36 self.source_root_dir = "" 60 self.source_root_dir = self.config.root_path + '/' 69 self.source_root_dir, self.config_output_relpath) 101 self.source_root_dir, 108 self.source_root_dir, 118 self.source_root_dir, 153 self.source_root_dir, 'build/subsystem_config.json') 239 system_path = os.path.join(self.source_root_dir, os.path.join( 499 platforms_parts_by_src_file = os.path.join(self.source_root_dir, 663 self.source_root_dir, [all …]
|
H A D | preloader.py | 295 self._dirs.source_root_dir, self._dirs.subsystem_config_json) 300 allow_info_file = os.path.join(self._dirs.source_root_dir, allow_info_file) 302 …allow_info_file = os.path.join(self._dirs.source_root_dir, "build/compile_standard_whitelist.json") 309 self._dirs.source_root_dir, 316 self._dirs.source_root_dir, "build/compile_env_allowlist.json"
|
/ohos5.0/base/security/selinux_adapter/scripts/selinux_check/ |
H A D | selinux_check_main.py | 61 path = os.path.join(args.source_root_dir, i) 87 …check_config = read_json_file(os.path.join(input_args.source_root_dir, input_args.selinux_check_co… 90 script = os.path.join(input_args.source_root_dir, check.get("script"))
|
/ohos5.0/build/ohos/hisysevent/ |
H A D | hisysevent_process.py | 44 source_root_dir: str, gn_root_build_dir: str): 54 os.path.join(source_root_dir, _config_file[2:]), 98 args.source_root_dir,
|
/ohos5.0/build/ohos/ndk/ |
H A D | parse_ndk_targets.py | 29 os.path.join(args.source_root_dir, _build_gn_file))
|
/ohos5.0/build/ohos/sdk/ |
H A D | parse_sdk_description.py | 194 get_build_gn(label), current_base=options.source_root_dir) 246 convert_permissions(options.source_root_dir, options.node_js)
|
/ohos5.0/base/security/selinux_adapter/scripts/ |
H A D | build_ignore_cfg.py | 166 prepare_build_path(args.policy_dir_list, args.source_root_dir, policy_path)
|
H A D | build_policy_api.py | 316 sepolicy_path = os.path.join(args.source_root_dir, "base/security/selinux_adapter/sepolicy/") 318 prepare_build_path(args.policy_dir_list, args.source_root_dir, dir_list, sepolicy_path)
|
H A D | build_contexts.py | 326 prepare_build_path(args.policy_dir_list, args.source_root_dir, policy_path)
|