Searched refs:repo_projects (Results 1 – 2 of 2) sorted by relevance
/tools/treble/split/ |
D | manifest_split_test.py | 79 repo_projects = manifest_split.get_repo_projects( 82 repo_projects, { 99 repo_projects = manifest_split.get_repo_projects(repo_list_file.name, 103 repo_projects, { 119 repo_projects = { 126 repo_projects, ignore_paths) 166 repo_projects = {} 170 manifest_split.ModuleInfo(module_info_file.name, repo_projects, 243 repo_projects = { 248 manifest_split.scan_repo_projects(repo_projects, [all …]
|
D | manifest_split.py | 205 def __init__(self, module_info_file, repo_projects, ignore_paths): argument 246 module: scan_repo_projects(repo_projects, module_paths[module]) 254 repo_project = repo_projects[project_path] 392 def scan_repo_projects(repo_projects, input_path): argument 407 if project_path in repo_projects: 413 def get_input_projects(repo_projects, inputs): argument 425 scan_repo_projects(repo_projects, input_path), []).append(input_path) 428 repo_projects[project_path]: inputs 497 repo_projects = get_repo_projects(repo_list_file, original_manifest, 499 repo_projects.update({ip: ip for ip in installed_prebuilts}) [all …]
|