Home
last modified time | relevance | path

Searched refs:workspace_git_hashes (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.py155 workspace_git_hashes = { variable
158 if len(workspace_git_hashes) == 0:
166 if len(workspace_git_hashes - git_submodule_hashes) > 0:
170 print(("workspace_git_hashes: %s" % workspace_git_hashes))
173 (workspace_git_hashes - git_submodule_hashes)))
/aosp_15_r20/external/grpc-grpc/tools/run_tests/sanity/
H A Dcheck_bazel_workspace.py190 workspace_git_hashes = { variable
193 if len(workspace_git_hashes) == 0:
201 if len(workspace_git_hashes - git_submodule_hashes) > 0:
206 print(("workspace_git_hashes: %s" % workspace_git_hashes))
210 % (workspace_git_hashes - git_submodule_hashes)