Searched refs:repo_list_file (Results 1 – 2 of 2) sorted by relevance
45 with tempfile.NamedTemporaryFile('w+t') as repo_list_file:46 repo_list_file.write("""49 repo_list_file.flush()50 repo_projects = manifest_split.get_repo_projects(repo_list_file.name)199 with tempfile.NamedTemporaryFile('w+t') as repo_list_file, \205 repo_list_file.write("""212 repo_list_file.flush()272 [config_file.name], repo_list_file.name, 'build-target.ninja',
102 def get_repo_projects(repo_list_file): argument111 if repo_list_file:112 with open(repo_list_file) as repo_list_lines:339 config_files, repo_list_file, ninja_build_file, argument367 repo_projects = get_repo_projects(repo_list_file)457 repo_list_file = None477 repo_list_file = a520 repo_list_file=repo_list_file,