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 = { 125 repo_projects) 165 repo_projects = {} 168 manifest_split.ModuleInfo(module_info_file.name, repo_projects) 240 repo_projects = { 245 manifest_split.scan_repo_projects(repo_projects, [all …]
|
D | manifest_split.py | 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}) [all …]
|