Home
last modified time | relevance | path

Searched defs:root_path (Results 1 – 9 of 9) sorted by relevance

/build/indep_configs/scripts/
Dgn_ninja_cmd.py41 def _get_all_features_info(root_path) -> dict: argument
51 def _gn_cmd(root_path, variants): argument
63 def _ninja_cmd(root_path, variants): argument
69 def _exec_cmd(root_path, variants): argument
Dgenerate_components.py199 def _components_info_handler(part_name_list, source_code_path, hpm_cache_path, root_path, dependenc… argument
/build/hb/util/post_gn/
Dcheck_compilation_parameters.py43 def parse_ninja_file(root_path, ninja_file): argument
70 def read_ohos_config(root_path): argument
78 def read_check_list(root_path): argument
88 def check_compilation_parameters(root_path): argument
/build/hb/util/post_build/
Dpart_rom_statistics.py78 def collect_part_name(root_path): argument
186 def read_subsystem_config(root_path): argument
209 def read_ohos_config(root_path): argument
220 def output_part_rom_status(root_path): argument
/build/ohos/packages/
Dkernel_permission.py35 def run(out_path, root_path): argument
56 def execute_kernel_permission_cmd(out_path, root_path): argument
78 def regist_llvm_objcopy_path(root_path): argument
/build/toolchain/
Dmini_debug_info.py36 def create_mini_debug_info(binary_path, stripped_binary_path, root_path, clang_base_dir): argument
/build/hb/resources/config/
Dconfig.json2 "root_path": null, null
/build/templates/common/
Dgenerate_component_package.py629 def _get_toolchain_info(root_path): argument
673 def _make_hpm_packages_dir(root_path): argument
717 def generate_component_package(out_path, root_path, components_list=None, build_type=0, organizatio… argument
/build/hb/resources/
Dconfig.py133 def root_path(self): member in Config
140 def root_path(self, value: str): member in Config