Lines Matching refs:repo_projects
122 def get_module_info(module_info_file, repo_projects): argument
148 module: scan_repo_projects(repo_projects, module_paths[module])
156 project_modules.setdefault(repo_projects[project_path], set()).add(module)
259 def scan_repo_projects(repo_projects, input_path): argument
274 if project_path in repo_projects:
280 def get_input_projects(repo_projects, inputs): argument
289 scan_repo_projects(repo_projects, input_path)
294 repo_projects[project_path]
367 repo_projects = get_repo_projects(repo_list_file)
368 module_info = get_module_info(module_info_file, repo_projects)
371 input_projects = get_input_projects(repo_projects, inputs)
379 kati_makefiles_projects = get_input_projects(repo_projects, kati_makefiles)
414 adjacent_module_additions = get_input_projects(repo_projects, inputs)