Searched refs:mod_names (Results 1 – 3 of 3) sorted by relevance
/tools/asuite/aidegen/vscode/ |
D | vscode_native_project_file_gen.py | 81 mod_names = native_mod_info.get_module_names_in_targets_paths( 83 data = self._create_c_cpp_properties_dict(native_mod_info, mod_names) 88 def _create_c_cpp_properties_dict(self, native_mod_info, mod_names): argument 102 for mod_name in mod_names:
|
/tools/asuite/aidegen/lib/ |
D | clion_project_file_gen.py | 373 @common_util.check_args(rel_project_path=str, mod_names=list) 375 def generate_base_cmakelists_file(cc_module_info, rel_project_path, mod_names): argument 407 _write_base_cmakelists_file(hfile, cc_module_info, src_path, mod_names) 413 hfile=(TextIOWrapper, StringIO), abs_project_path=str, mod_names=list) 416 mod_names): argument 437 for mod_name in mod_names:
|
D | native_util.py | 141 mod_names = cc_module_info.get_module_names_in_targets_paths([target]) 142 new_targets.extend(mod_names)
|