Lines Matching refs:repo_projects
198 def __init__(self, module_info_file, repo_projects): argument
234 module: scan_repo_projects(repo_projects, module_paths[module])
242 repo_project = repo_projects[project_path]
379 def scan_repo_projects(repo_projects, input_path): argument
394 if project_path in repo_projects:
400 def get_input_projects(repo_projects, inputs): argument
412 scan_repo_projects(repo_projects, input_path), []).append(input_path)
415 repo_projects[project_path]: inputs
484 repo_projects = get_repo_projects(repo_list_file, original_manifest,
486 repo_projects.update({ip: ip for ip in installed_prebuilts})
489 input_projects = set(get_input_projects(repo_projects, inputs).keys())
498 kati_makefiles_projects = get_input_projects(repo_projects, kati_makefiles)
522 module_info = ModuleInfo(module_info_file, repo_projects)
564 get_input_projects(repo_projects, inputs).keys())