Searched refs:git_cmd (Results 1 – 7 of 7) sorted by relevance
/external/libopus/meson/ |
D | get-version.py | 38 …git_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/ |
D | run_test_like_ci | 99 git_cmd = ['git', '-C', REPO_ROOT, 'status', '--porcelain'] 100 modified_files = subprocess.check_output(git_cmd).decode()
|
/external/lz4/tests/ |
D | test-lz4-abi.py | 22 git_cmd = 'git' variable 50 return proc([git_cmd] + args, pipe)
|
D | test-lz4-versions.py | 21 git_cmd = 'git' variable 41 return proc([git_cmd] + args, pipe)
|
/external/angle/build/ios/ |
D | update_bundle_filelist.py | 85 git_cmd = get_git_command_name() 86 with subprocess.Popen([git_cmd, 'ls-files', '--error-unmatch', directory],
|
/external/cronet/build/ios/ |
D | update_bundle_filelist.py | 85 git_cmd = get_git_command_name() 86 with subprocess.Popen([git_cmd, 'ls-files', '--error-unmatch', directory],
|
/external/zstd/tests/ |
D | test-zstd-versions.py | 27 git_cmd = 'git' variable 68 return proc([git_cmd] + args, pipe)
|