Home
last modified time | relevance | path

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

/ohos5.0/build/indep_configs/scripts/
H A 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
H A Dgenerate_components.py199 def _components_info_handler(part_name_list, source_code_path, hpm_cache_path, root_path, dependenc… argument
/ohos5.0/build/hb/util/post_gn/
H A 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
/ohos5.0/build/hb/util/post_build/
H A 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
/ohos5.0/build/ohos/packages/
H A 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
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/hdi_operate/
H A Dhdi_add_handler.py265 root_path, replace_data, vendor): argument
308 def config_group_passwd(self, root_path, replace_data): argument
322 def config_selinux(self, root_path, replace_data): argument
369 root_path, replace_data): argument
441 root_path, replace_data, align=False): argument
/ohos5.0/build/toolchain/
H A Dmini_debug_info.py36 def create_mini_debug_info(binary_path, stripped_binary_path, root_path, clang_base_dir): argument
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/liteos/
H A Dmk_file_add_config.py91 module, driver, root_path): argument
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Doperate_group_passwd.py19 def __init__(self, tool_settings, root_path): argument
H A Dhdf_add_handler.py460 def revise_passwd_group_file(self, root_path, linux_file_path, model_name): argument
/ohos5.0/build/hb/resources/config/
H A Dconfig.json2 "root_path": null, null
/ohos5.0/drivers/hdf_core/framework/tools/idl-gen/
H A Didl_generator.py59 def _search_file(self, root_path, file_name): argument
71 def _parse_include_file(self, file_list, root_path): argument
/ohos5.0/build/templates/common/
H A 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
/ohos5.0/build/hb/resources/
H A Dconfig.py133 def root_path(self): member in Config
140 def root_path(self, value: str): member in Config
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/
H A Dbuild_hdi_files_info.py230 root_path = "" variable in Option
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/
H A Dhdf_utils.py430 def write_config(root_path, config_file_json, config_name): argument