Home
last modified time | relevance | path

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

/external/grpc-grpc/test/distrib/ruby/
Drun_distrib_test.sh43 INSTALLATION_DIR="$(gem env | grep '\- INSTALLATION DIRECTORY' | awk '{ print $4 }')"
44 if [[ "$(find "$INSTALLATION_DIR" -name 'grpc_c.so' | wc -l)" == 0 ]]; then
45 echo "Sanity check failed. The gRPC package is not installed in $INSTALLATION_DIR."
48 LIBRUBY_DEPENDENCY_EXISTS="$(find "$INSTALLATION_DIR" -name 'grpc_c.so' -exec ldd {} \; | grep -c '…
52 DEPENDENCY_NOT_FOUND="$(find "$INSTALLATION_DIR" -name 'grpc_c.so' -exec ldd {} \; | grep -c 'not f…
/external/rust/crates/grpcio-sys/grpc/test/distrib/ruby/
Drun_distrib_test.sh57 INSTALLATION_DIR="$(gem env | grep '\- INSTALLATION DIRECTORY' | awk '{ print $4 }')"
58 if [[ "$(find "$INSTALLATION_DIR" -name 'grpc_c.so' | wc -l)" == 0 ]]; then
59 echo "Sanity check failed. The gRPC package is not installed in $INSTALLATION_DIR."
62 LIBRUBY_DEPENDENCY_EXISTS="$(find "$INSTALLATION_DIR" -name 'grpc_c.so' -exec ldd {} \; | grep -c '…
66 DEPENDENCY_NOT_FOUND="$(find "$INSTALLATION_DIR" -name 'grpc_c.so' -exec ldd {} \; | grep -c 'not f…