Home
last modified time | relevance | path

Searched refs:git_cmd (Results 1 – 7 of 7) sorted by relevance

/external/libopus/meson/
Dget-version.py38git_cmd = subprocess.run(['git', '--git-dir=' + git_dir, 'describe', 'HEAD'], stdout=subprocess.PI… variable
39 if git_cmd.returncode:
42 package_version = git_cmd.stdout.decode('ascii').strip().lstrip('v')
/external/perfetto/tools/
Drun_test_like_ci99 git_cmd = ['git', '-C', REPO_ROOT, 'status', '--porcelain']
100 modified_files = subprocess.check_output(git_cmd).decode()
/external/lz4/tests/
Dtest-lz4-abi.py22 git_cmd = 'git' variable
50 return proc([git_cmd] + args, pipe)
Dtest-lz4-versions.py21 git_cmd = 'git' variable
41 return proc([git_cmd] + args, pipe)
/external/angle/build/ios/
Dupdate_bundle_filelist.py85 git_cmd = get_git_command_name()
86 with subprocess.Popen([git_cmd, 'ls-files', '--error-unmatch', directory],
/external/cronet/build/ios/
Dupdate_bundle_filelist.py85 git_cmd = get_git_command_name()
86 with subprocess.Popen([git_cmd, 'ls-files', '--error-unmatch', directory],
/external/zstd/tests/
Dtest-zstd-versions.py27 git_cmd = 'git' variable
68 return proc([git_cmd] + args, pipe)