Home
last modified time | relevance | path

Searched refs:source_root_dir (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/build/hb/util/preloader/
H A Dpreloader_process_data.py58 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 Dparse_lite_subsystems_config.py59 source_root_dir, subsystem_config_file): argument
76 source_root_dir),
/ohos5.0/build/hb/util/loader/
H A Dsubsystem_info.py66 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 Dplatforms_loader.py27 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 Dsubsystem_scan.py75 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 Dload_ohos_build.py403 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 Dbuild_target_handler.py70 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 Dninja_rules_parser.py200 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 Dentry.py41 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 Dloader.py36 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 Dpreloader.py295 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 Dselinux_check_main.py61 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 Dhisysevent_process.py44 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 Dparse_ndk_targets.py29 os.path.join(args.source_root_dir, _build_gn_file))
/ohos5.0/build/ohos/sdk/
H A Dparse_sdk_description.py194 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 Dbuild_ignore_cfg.py166 prepare_build_path(args.policy_dir_list, args.source_root_dir, policy_path)
H A Dbuild_policy_api.py316 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 Dbuild_contexts.py326 prepare_build_path(args.policy_dir_list, args.source_root_dir, policy_path)