Home
last modified time | relevance | path

Searched refs:GitBranch (Results 1 – 9 of 9) sorted by relevance

/external/skia/infra/bots/
Dupdate_go_deps.py37 with git_utils.GitBranch(branch_name='update_go_deps_version',
Dupload_skps.py47 with git_utils.GitBranch(branch_name='update_skp_version',
Dgit_utils.py42 class GitBranch(object): class
/external/skqp/infra/bots/
Dupdate_go_deps.py37 with git_utils.GitBranch(branch_name='update_go_deps_version',
Dupload_md.py34 with git_utils.GitBranch(branch_name='update_md_files',
Dupload_skps.py47 with git_utils.GitBranch(branch_name='update_skp_version',
Dgit_utils.py42 class GitBranch(object): class
/external/v8/tools/release/
Dgit_recipes.py105 def GitBranch(self, **kwargs): member in GitRecipesMixin
Dcommon_includes.py547 for line in self.GitBranch(cwd=cwd).splitlines():