Home
last modified time | relevance | path

Searched defs:GIT (Results 1 – 8 of 8) sorted by relevance

/external/skia/tools/infra/
Dgit.py13 GIT = 'git.bat' if sys.platform == 'win32' else 'git' variable
/external/skqp/infra/bots/
Drecipes.py98 GIT = 'git' + _BAT variable
Dutils.py21 GIT = 'git.bat' if sys.platform == 'win32' else 'git' variable
/external/skia/infra/bots/
Drecipes.py114 GIT = 'git' + _BAT variable
Dutils.py25 GIT = subprocess.check_output([WHICH, 'git']).splitlines()[0] variable
/external/perfetto/infra/luci/
Drecipes.py114 GIT = 'git' + _BAT variable
/external/python/cpython2/PCbuild/
Dbuild.bat99 if "%GIT%" EQU "" set GIT=git variable
/external/llvm-project/clang/utils/analyzer/
DProjectMap.py15 GIT = "git" variable in DownloadType