Home
last modified time | relevance | path

Searched refs:repo_projects (Results 1 – 2 of 2) sorted by relevance

/tools/treble/split/
Dmanifest_split_test.py50 repo_projects = manifest_split.get_repo_projects(repo_list_file.name)
52 repo_projects, {
66 repo_projects = {
71 repo_projects)
84 repo_projects = {}
87 manifest_split.get_module_info(module_info_file.name, repo_projects)
136 repo_projects = {
141 manifest_split.scan_repo_projects(repo_projects,
146 repo_projects, 'system/project2/path/to/another_file.cc'),
150 repo_projects, 'system/project3/path/to/unknown_file.h'))
[all …]
Dmanifest_split.py122 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)
[all …]