Lines Matching refs:root_path
31 parser.add_argument("-rp", "--root_path", default=r"./", type=str,
204 real_include_path = os.path.join(args.get("root_path"), split_include)
216 real_include_path = os.path.join(args.get("root_path"), split_include)
306 bundlejson = os.path.join(args.get("root_path"), args.get("part_path"), "bundle.json")
357 license_file = os.path.join(args.get("root_path"), args.get("part_path"), "LICENSE")
361 license_default = os.path.join(args.get("root_path"), "build", "LICENSE")
379 readme = os.path.join(args.get("root_path"), args.get("part_path"), "README.md")
380 readme_zh = os.path.join(args.get("root_path"), args.get("part_path"), "README_zh.md")
381 readme_en = os.path.join(args.get("root_path"), args.get("part_path"), "README_en.md")
634 def _get_toolchain_info(root_path):
636 json_path = os.path.join(root_path + "/build/indep_configs/variants/common/toolchain.json")
678 def _make_hpm_packages_dir(root_path):
679 _out_path = os.path.join(root_path, 'out')
722 def generate_component_package(out_path, root_path, components_list=None, build_type=0, organization_name='ohos',
728 root_path: root path of code default : oh/
769 hpm_packages_path = _make_hpm_packages_dir(root_path)
770 toolchain_info = _get_toolchain_info(root_path)
773 args = {"out_path": out_path, "root_path": root_path,
797 py_args.root_path,