/build/build_scripts/ |
D | build.sh | 82 export source_root_dir=$(cd $(dirname $0);pwd) 84 while [[ ! -f "${source_root_dir}/.gn" ]]; do 85 source_root_dir="$(dirname "${source_root_dir}")" 86 if [[ "${source_root_dir}" == "/" ]]; then 92 if [[ "${source_root_dir}x" == "x" ]]; then 113 PYTHON3_DIR=${source_root_dir}/prebuilts/python/${HOST_DIR}/3.9.2/ 125 export PATH=${source_root_dir}/prebuilts/build-tools/${HOST_DIR}/bin:${PYTHON3_DIR}/bin:$PATH 127 ${PYTHON3} ${source_root_dir}/build/scripts/tools_checker.py 129 ${PYTHON3} ${source_root_dir}/build/scripts/entry.py --source-root-dir ${source_root_dir} $@
|
/build/loader/ |
D | load.py | 28 def _load_component_dist(source_root_dir, target_os, target_cpu): argument 33 _dist_parts_info_file = os.path.join(source_root_dir, _dir, _file_name) 63 def _get_platforms_all_parts(source_root_dir, target_os, target_cpu, all_parts, argument 65 _dist_parts_variants = _load_component_dist(source_root_dir, target_os, 86 def _get_platforms_all_stubs(source_root_dir, target_os, target_cpu, all_stubs, argument 88 _dist_parts_variants = _load_component_dist(source_root_dir, target_os, 109 source_root_dir, 235 def _check_args(args, source_root_dir): argument 246 source_root_dir) 249 if not _real_out_dir.startswith(source_root_dir): [all …]
|
D | subsystem_info.py | 47 source_root_dir, config_output_path, os_level): argument 52 output_dir_realpath = os.path.join(source_root_dir, config_output_path) 55 source_root_dir)
|
D | subsystem_scan.py | 70 def scan(subsystem_config_file, example_subsystem_file, source_root_dir): argument 89 _subsystem_path = os.path.join(source_root_dir, _path) 99 'source_path': source_root_dir, 115 args.example_subsystem_file, args.source_root_dir)
|
D | platforms_loader.py | 25 def __init__(self, platforms_config_file, source_root_dir, root_build_dir, argument 28 self._source_root_dir = source_root_dir 177 def get_platforms_info(platforms_config_file, source_root_dir, root_build_dir, argument 179 platform_loader = PlatformsLoader(platforms_config_file, source_root_dir, 185 all_parts_file = os.path.join(source_root_dir, config_output_relpath, 191 toolchain_variant_info_file = os.path.join(source_root_dir,
|
D | load_ohos_build.py | 360 def __init__(self, source_root_dir, subsystem_build_info, argument 364 self._source_root_dir = source_root_dir 652 def get_parts_info(source_root_dir, argument 676 build_loader = LoadBuildConfig(source_root_dir, build_config_info, 720 os.path.join(source_root_dir, config_output_relpath))
|
/build/scripts/ |
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)
|
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)
|
D | entry.py | 41 build_py = os.path.join(args.source_root_dir, 'build.py') 140 if args.source_root_dir is None:
|
/build/ohos/hisysevent/ |
D | hisysevent_process.py | 44 source_root_dir, gn_root_build_dir): argument 54 os.path.join(source_root_dir, _config_file[2:]), 98 args.source_root_dir,
|
/build/lite/hb_internal/preloader/ |
D | preloader.py | 40 def _get_inherit_parts(inherit, source_root_dir): argument 43 _file = os.path.join(source_root_dir, _config) 53 def _get_sys_relate_parts(system_component_info, _parts, source_root_dir): argument 54 _info = read_json_file(os.path.join(source_root_dir, system_component_info)) 103 config_dirs.source_root_dir, subsystem_config_file) 297 …chipprod_config_path = os.path.join(self._dirs.source_root_dir, config.get('chipprod_config_path')) 376 …chipprod_config_path = os.path.join(self._dirs.source_root_dir, config.get('chipprod_config_path')) 385 os.path.dirname(self._config_file), self._dirs.source_root_dir) 416 _get_inherit_parts(inherit, self._dirs.source_root_dir)) 421 … sys_parts = _get_sys_relate_parts(sys_info_path, self._parts, self._dirs.source_root_dir) [all …]
|
D | parse_lite_subsystems_config.py | 57 source_root_dir, subsystem_config_file): argument 74 source_root_dir),
|
/build/ohos/ndk/ |
D | parse_ndk_targets.py | 29 os.path.join(args.source_root_dir, _build_gn_file))
|
/build/ohos/sdk/ |
D | parse_sdk_description.py | 180 get_build_gn(label), current_base=options.source_root_dir) 237 convert_permissions(options.source_root_dir, options.node_js)
|