HomeSort by relevance Sort by last modified time
    Searched full:_branch_exists (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/tools/
git_utils.py 79 def _branch_exists(self, branch): member in class:ChangeGitBranch
86 if self._branch_exists(self._branch_name):
88 while self._branch_exists(branch_name):
  /external/skia/tools/
git_utils.py 79 def _branch_exists(self, branch): member in class:ChangeGitBranch
86 if self._branch_exists(self._branch_name):
88 while self._branch_exists(branch_name):

Completed in 423 milliseconds