Searched refs:repo_list_file (Results 1 – 2 of 2) sorted by relevance
/tools/treble/split/ |
D | manifest_split_test.py | 74 with tempfile.NamedTemporaryFile('w+t') as repo_list_file: 75 repo_list_file.write(""" 78 repo_list_file.flush() 80 repo_list_file.name, None, path_mappings=[]) 88 with tempfile.NamedTemporaryFile('w+t') as repo_list_file: 89 repo_list_file.write(""" 93 repo_list_file.flush() 99 repo_projects = manifest_split.get_repo_projects(repo_list_file.name, 299 with tempfile.NamedTemporaryFile('w+t') as repo_list_file, \ 308 repo_list_file.write(""" [all …]
|
D | manifest_split.py | 168 def get_repo_projects(repo_list_file, manifest, path_mappings): argument 182 if repo_list_file: 183 with open(repo_list_file) as repo_list_lines: 465 config_files, repo_list_file, ninja_build_file, argument 496 repo_projects = get_repo_projects(repo_list_file, original_manifest, 632 repo_list_file = None 658 repo_list_file = a 723 repo_list_file=repo_list_file,
|