Home
last modified time | relevance | path

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

/aosp_15_r20/external/vulkan-validation-layers/scripts/
H A Dexternal_revision_generator.py68 def get_commit_id_from_git(git_binary, source_dir): argument
69 …value = subprocess.check_output([git_binary, "rev-parse", "HEAD"], cwd=source_dir).decode('utf-8')…