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

  /external/skia/tools/
git-sync-deps 14 GIT_EXECUTABLE: path to "git" binary; if unset, will look for one of
39 def git_executable(): function
45 envgit = os.environ.get('GIT_EXECUTABLE')
174 git = git_executable()
  /external/opencv3/modules/ts/misc/
run.py 63 {'name': "git_executable", 'default': None, 'pattern': re.compile("^GIT_EXECUTABLE:FILEPATH=(.*)$")},
377 if not path or not self.git_executable:
380 output = Popen([self.git_executable, "rev-parse", "--short", "HEAD"], stdout=PIPE, stderr=PIPE, cwd = path).communicate()
    [all...]

Completed in 155 milliseconds