Home
last modified time | relevance | path

Searched refs:use_shell (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/utils/gn/build/
Dwrite_vcsrevision.py42 git, use_shell = which('git'), False
44 if not git: git, use_shell = which('git.bat'), True
47 cwd=LLVM_DIR, shell=use_shell).decode().strip()
54 cwd=git_dir, shell=use_shell).decode().strip()
57 cwd=git_dir, shell=use_shell).decode().strip()
/external/angle/
DPRESUBMIT.py296 use_shell = input_api.is_windows
299 subprocess.check_output(['gn', 'gen', outdir], shell=use_shell)
311 shell=use_shell)
/external/googletest/googletest/scripts/
Dupload.py554 use_shell = sys.platform.startswith("win") variable
571 shell=use_shell, universal_newlines=universal_newlines)