Searched refs:git_paths (Results 1 – 4 of 4) sorted by relevance
119 def gen_vcs_xml(module_path, git_paths): argument130 git_mappings = [_GIT_PATH.format(GIT_DIR=p) for p in git_paths if p]
239 git_paths = [common_util.find_git_root(project.project_relative_path)241 xml_gen.gen_vcs_xml(main_project_absolute_path, git_paths)
609 git_paths = subprocess.check_output(611 for git_path in git_paths:
906 git_paths = subprocess.check_output(908 for git_path in git_paths: