Home
last modified time | relevance | path

Searched defs:list (Results 1 – 4 of 4) sorted by relevance

/build/templates/common/
Dcheck_deps_handler.py49 def load_part_info(depfiles:list):
73 def get_path_from_module_list(cur_part_name, depfiles:list):
90 def get_part_pattern(cur_part_name, parts_path_info, path_parts_info, depfiles:list):
116 def check_part_deps(args, part_pattern, path_parts_info, compile_standard_allow_info, depfiles:list
/build/hb/util/
Dsystem_util.py34 def exec_command(cmd: list, log_path='out/build.log', **kwargs):
Dtype_check_util.py49 def tile_list(value: list) -> list:
/build/tools/component_tools/static_check/gn_check/
Dcheck_gn_online.py68 def check_have_product_name(self, key: str, line: list) -> None:
85 def check_abs_path(self, key: str, line: list) -> None: