HomeSort by relevance Sort by last modified time
    Searched refs:git_executable (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/skia/tools/
add_codereview_message.py 64 git = git_utils.git_executable()
133 if not git_utils.git_executable():
git_utils.py 67 self._git = git_executable()
124 git = git_executable()
150 def git_executable(): function
153 If the GIT_EXECUTABLE environment variable is set, that will
161 env_git = os.environ.get('GIT_EXECUTABLE')
git-sync-deps 14 GIT_EXECUTABLE: path to "git" binary; if unset, will look for one of
38 from git_utils import git_executable namespace
151 git = git_executable()
roll_deps.py 19 To specify the location of the git executable, set the GIT_EXECUTABLE
84 self.git = git_utils.git_executable()
534 if not git_utils.git_executable():
  /external/skia/tools/
add_codereview_message.py 64 git = git_utils.git_executable()
133 if not git_utils.git_executable():
git_utils.py 67 self._git = git_executable()
124 git = git_executable()
150 def git_executable(): function
153 If the GIT_EXECUTABLE environment variable is set, that will
161 env_git = os.environ.get('GIT_EXECUTABLE')
git-sync-deps 14 GIT_EXECUTABLE: path to "git" binary; if unset, will look for one of
38 from git_utils import git_executable namespace
151 git = git_executable()
roll_deps.py 19 To specify the location of the git executable, set the GIT_EXECUTABLE
84 self.git = git_utils.git_executable()
534 if not git_utils.git_executable():

Completed in 125 milliseconds