Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/sanity/
Dcheck_bazel_workspace.py25 git_hash_pattern = re.compile('[0-9a-f]{40}') variable
31 re.search(git_hash_pattern, s).group() for s in git_submodules
156 re.search(git_hash_pattern, url).group() for url in archive_urls
/aosp_15_r20/external/grpc-grpc/tools/run_tests/sanity/
H A Dcheck_bazel_workspace.py25 git_hash_pattern = re.compile("[0-9a-f]{40}") variable
35 re.search(git_hash_pattern, s).group() for s in git_submodules
191 re.search(git_hash_pattern, url).group() for url in archive_urls